Skip to content

Commit fe741b6

Browse files
committed
Fix bump actions in /.github/workflows
1 parent d53e057 commit fe741b6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pypi-deploy.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: actions/setup-python@v5
36-
- name: Install cibuildwheel
37-
run: python -m pip install cibuildwheel
35+
- uses: pypa/[email protected]
36+
#- uses: actions/setup-python@v5
37+
#- name: Install cibuildwheel
38+
# run: python -m pip install cibuildwheel=2.20.0
3839
- name: Get wheel configuration files
3940
uses: actions/[email protected]
4041
with:
@@ -58,7 +59,7 @@ jobs:
5859
steps:
5960
- uses: actions/checkout@v4
6061
- name: Install cython
61-
run: python -m pip install cython
62+
run: apt-get install cython3
6263
- name: Get wheel configuration files
6364
uses: actions/[email protected]
6465
with:

0 commit comments

Comments
 (0)