Fix bump actions in /.github/workflows

This commit is contained in:
Mario Fink 2024-09-13 11:02:26 +02:00
parent d53e057dca
commit fe741b698c

View File

@ -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: