Skip to content

Commit

Permalink
Remove prod pypi url to default
Browse files Browse the repository at this point in the history
  • Loading branch information
armalite committed May 12, 2023
1 parent ce56635 commit e94402c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ publish-test: clean-build build dist


publish-prod: clean-build build dist
@twine upload --repository-url https://upload.pypi.org/legacy/ --username '__token__' --password $(PYPI_PASSWORD_PROD) dist/*
@twine upload --username '__token__' --password $(PYPI_PASSWORD_PROD) dist/*

0 comments on commit e94402c

Please sign in to comment.