We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f35850 commit 116cd64Copy full SHA for 116cd64
.github/workflows/python-publish.yml
@@ -19,12 +19,13 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip build
22
- pip install setuptools wheel numpy twine auditwheel
+ pip install setuptools wheel numpy twine
23
- name: Build the package
24
25
pip install .
26
python -m build
27
- name: Build wheel with cibuildwheel
28
+ if: startsWith(github.ref, 'refs/tags')
29
30
pip install cibuildwheel
31
cibuildwheel --platform linux
0 commit comments