Fix bump actions in /.github/workflows: build source distribution
This commit is contained in:
parent
fe741b698c
commit
b91f273cb8
6
.github/workflows/pypi-deploy.yml
vendored
6
.github/workflows/pypi-deploy.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user