We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7521d1 commit 6b9ec18Copy full SHA for 6b9ec18
.github/workflows/staging.yml
@@ -42,4 +42,4 @@ jobs:
42
env:
43
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
44
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
45
- run: PYTHONPATH=./pip/deps python -m twine upload -u $PYPI_USERNAME -p $PYPI_PASSWORD --verbose ./dist/p/butterfree-${{ env.version }}-py3-none-any.whl
+ run: PYTHONPATH=./pip/deps python -m twine upload -u $PYPI_USERNAME -p $PYPI_PASSWORD --verbose dist/*
0 commit comments