|
93 | 93 | # is installed in the container (which it is) |
94 | 94 | sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release |
95 | 95 | if: startsWith(matrix.MANYLINUX.NAME, 'musllinux') && endsWith(matrix.MANYLINUX.NAME, 'aarch64') |
96 | | - - uses: actions/checkout@v3.6.0 |
97 | | - with: |
98 | | - # The tag to build or the tag received by the tag event |
99 | | - ref: ${{ github.event.inputs.version || github.ref }} |
100 | 96 | - run: /opt/python/${{ matrix.PYTHON.VERSION }}/bin/python -m venv .venv |
101 | 97 | - name: Install python dependencies |
102 | 98 | run: .venv/bin/pip install -U pip wheel setuptools-rust |
@@ -136,11 +132,6 @@ jobs: |
136 | 132 | BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.11/bin/python3' |
137 | 133 | name: "Python ${{ matrix.PYTHON.VERSION }} for ABI ${{ matrix.PYTHON.ABI_VERSION }} on macOS" |
138 | 134 | steps: |
139 | | - - uses: actions/checkout@v3.6.0 |
140 | | - with: |
141 | | - # The tag to build or the tag received by the tag event |
142 | | - ref: ${{ github.event.inputs.version || github.ref }} |
143 | | - persist-credentials: false |
144 | 135 | - run: | |
145 | 136 | curl "${{ matrix.PYTHON.DOWNLOAD_URL }}" -o python.pkg |
146 | 137 | sudo installer -pkg python.pkg -target / |
@@ -187,14 +178,9 @@ jobs: |
187 | 178 | - {ARCH: 'x86', RUST_TRIPLE: 'i686-pc-windows-msvc'} |
188 | 179 | - {ARCH: 'x64', RUST_TRIPLE: 'x86_64-pc-windows-msvc'} |
189 | 180 | PYTHON: |
190 | | - - {VERSION: "3.7", ABI_VERSION: "cp37"} |
| 181 | + - {VERSION: "3.11", ABI_VERSION: "cp37"} |
191 | 182 | name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.WINDOWS.ARCH }}" |
192 | 183 | steps: |
193 | | - - uses: actions/checkout@v3.6.0 |
194 | | - with: |
195 | | - # The tag to build or the tag received by the tag event |
196 | | - ref: ${{ github.event.inputs.version || github.ref }} |
197 | | - persist-credentials: false |
198 | 184 | - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 |
199 | 185 | with: |
200 | 186 | name: bcrypt-sdist |
|
0 commit comments