Skip to content

Commit

Permalink
add missing - to repository parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
heather999 authored Sep 15, 2021
1 parent 3475a32 commit 30e72a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload -repository testpypi dist/*
twine upload --repository testpypi dist/*

0 comments on commit 30e72a7

Please sign in to comment.