From fe741b698c579f5746f94df1763c6f54b1858742 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Fri, 13 Sep 2024 11:02:26 +0200 Subject: [PATCH] Fix bump actions in /.github/workflows --- .github/workflows/pypi-deploy.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index fd5aa0d..0813680 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -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: