Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e3eb8d

Browse files
committed
maybe try with trusting twine to set the default
1 parent 7c68936 commit 4e3eb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
- run:
5555
name: upload to pypi
5656
command: |
57-
python -m twine upload --repository-url https://pypi.org/legacy dist/* --username grammar --password $GRAMMAR_PYPI_PASSWORD
57+
python -m twine upload dist/* --username grammar --password $GRAMMAR_PYPI_PASSWORD
5858

0 commit comments

Comments
 (0)