We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981a414 commit 304d819Copy full SHA for 304d819
.github/workflows/python-packages.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: "Install python dependencies"
31
run: |
32
- pip install setuptools pycparser
+ pip install setuptools
33
34
- name: "Build source distribution"
35
@@ -89,7 +89,7 @@ jobs:
89
CIBW_ARCHS: ${{ matrix.cibw_archs }}
90
CIBW_SKIP: ${{ matrix.cibw_skip }}
91
PIP_USE_PEP517: 1
92
- CIBW_BEFORE_ALL_LINUX: yum install -y libffi-devel
+ CIBW_BEFORE_ALL_LINUX: dnf install -y libffi-devel
93
94
- name: "Upload artifacts"
95
uses: actions/upload-artifact@v5
0 commit comments