parent
9ff047a957
commit
1ad5263f2f
4
.github/workflows/pypi_upload.yml
vendored
4
.github/workflows/pypi_upload.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install cibuildwheel and pypyp
|
- name: Install cibuildwheel and pypyp
|
||||||
run: |
|
run: |
|
||||||
pipx install cibuildwheel==2.15.0
|
pipx install cibuildwheel==2.19.2
|
||||||
pipx install pypyp==1
|
pipx install pypyp==1
|
||||||
- name: generate matrix
|
- name: generate matrix
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
@ -89,7 +89,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: pypa/cibuildwheel@v2.18.1
|
- uses: pypa/cibuildwheel@v2.19.2
|
||||||
with:
|
with:
|
||||||
only: ${{ matrix.only }}
|
only: ${{ matrix.only }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user