Skip to content

Commit 04cf7af

Browse files
committed
fix build
1 parent 071d9c5 commit 04cf7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3030
run: |
3131
echo Running in $PWD
32-
python setup.py ${{ github.ref }} sdist bdist_wheel
32+
python setup.py sdist bdist_wheel
3333
twine upload dist/*
3434
- name: Build docs
3535
run: |

0 commit comments

Comments
 (0)