Skip to content

Commit f222ec6

Browse files
committed
fix(ci): Fix verbose upload pattern
1 parent 64eeb27 commit f222ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/pypi-publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
7878
run: |
7979
cd python
80-
python -m twine upload --verbose dist*
80+
python -m twine upload --verbose dist/*
8181
8282
test-package:
8383
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)