Fix bump actions in /.github/workflows: build source distribution

This commit is contained in:
Mario Fink 2024-09-17 23:18:01 +02:00
parent fe741b698c
commit b91f273cb8

View File

@ -59,7 +59,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install cython
run: apt-get install cython3
run: |
sudo apt-get update
sudo apt-get install -y cython3
env:
DEBIAN_FRONTEND: noninteractive
- name: Get wheel configuration files
uses: actions/download-artifact@v4.1.7
with: