1 parent 64eeb27 commit f222ec6Copy full SHA for f222ec6
1 file changed
.github/workflows/pypi-publish.yml
@@ -77,7 +77,7 @@ jobs:
77
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
78
run: |
79
cd python
80
- python -m twine upload --verbose dist*
+ python -m twine upload --verbose dist/*
81
82
test-package:
83
runs-on: ubuntu-latest
0 commit comments