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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: pypa/cibuildwheel@v2.20.0
|
||||||
- name: Install cibuildwheel
|
#- uses: actions/setup-python@v5
|
||||||
run: python -m pip install cibuildwheel
|
#- name: Install cibuildwheel
|
||||||
|
# run: python -m pip install cibuildwheel=2.20.0
|
||||||
- name: Get wheel configuration files
|
- name: Get wheel configuration files
|
||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
@ -58,7 +59,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install cython
|
- name: Install cython
|
||||||
run: python -m pip install cython
|
run: apt-get install cython3
|
||||||
- name: Get wheel configuration files
|
- name: Get wheel configuration files
|
||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user