Skip to content

Commit 547c4f4

Browse files
committed
Updated wheel builder
1 parent 925466f commit 547c4f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheel_builder_python_3.8_or_older.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-20.04]
10+
os: [ubuntu-latest]
1111
environment: pypi
1212
permissions:
1313
id-token: write
@@ -16,10 +16,10 @@ jobs:
1616
- uses: actions/setup-python@v2
1717

1818
- name: cibuildwheel installation
19-
run: python -m pip install cibuildwheel==1.11.0 twine
19+
run: python -m pip install cibuildwheel twine
2020

2121
- name: build specified wheels on ubuntu
22-
if: matrix.os == 'ubuntu-20.04'
22+
if: matrix.os == 'ubuntu-latest'
2323
run: |
2424
python -m cibuildwheel --output-dir dist
2525
env:

0 commit comments

Comments
 (0)