Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c68936 commit 4e3eb8dCopy full SHA for 4e3eb8d
.circleci/config.yml
@@ -54,5 +54,5 @@ jobs:
54
- run:
55
name: upload to pypi
56
command: |
57
- python -m twine upload --repository-url https://pypi.org/legacy dist/* --username grammar --password $GRAMMAR_PYPI_PASSWORD
+ python -m twine upload dist/* --username grammar --password $GRAMMAR_PYPI_PASSWORD
58
0 commit comments