Skip to content

Commit

Permalink
change upload commands
Browse files Browse the repository at this point in the history
  • Loading branch information
codingfabi committed Dec 27, 2023
1 parent 9b1d2bc commit e7cae3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ coverage = "coverage report -m"
coverage_badge = "coverage-badge -o coverage.svg"
build_docs = "python docs/make.py"
build_demo = "jupyter nbconvert --to markdown demo/hetPyDemo.ipynb --TagRemovePreprocessor.remove_cell_tags='{\"hide_cell\"}'"
upload_test = "twine upload --skip-existing --repository-url https://test.pypi.org/legacy/ dist/*"
upload_prod = "twine upload --skip-existing dist/hetpy-1.*"
upload_test = "twine upload --skip-existing --repository testpypi dist/hetpy-1.* --u __token__"
upload_prod = "twine upload --skip-existing dist/hetpy-1.* --u __token__"
build = "python setup.py sdist"

0 comments on commit e7cae3b

Please sign in to comment.