Fix bump actions in /.github/workflows
This commit is contained in:
parent
d53e057dca
commit
fe741b698c
9
.github/workflows/pypi-deploy.yml
vendored
9
.github/workflows/pypi-deploy.yml
vendored
@ -32,9 +32,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Install cibuildwheel
|
||||
run: python -m pip install cibuildwheel
|
||||
- uses: pypa/cibuildwheel@v2.20.0
|
||||
#- uses: actions/setup-python@v5
|
||||
#- name: Install cibuildwheel
|
||||
# run: python -m pip install cibuildwheel=2.20.0
|
||||
- name: Get wheel configuration files
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
@ -58,7 +59,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install cython
|
||||
run: python -m pip install cython
|
||||
run: apt-get install cython3
|
||||
- name: Get wheel configuration files
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user