Skip to content

Commit 116cd64

Browse files
authored
Update python-publish.yml
1 parent 1f35850 commit 116cd64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip build
22-
pip install setuptools wheel numpy twine auditwheel
22+
pip install setuptools wheel numpy twine
2323
- name: Build the package
2424
run: |
2525
pip install .
2626
python -m build
2727
- name: Build wheel with cibuildwheel
28+
if: startsWith(github.ref, 'refs/tags')
2829
run: |
2930
pip install cibuildwheel
3031
cibuildwheel --platform linux

0 commit comments

Comments
 (0)