Skip to content

Commit

Permalink
added info for uploading to testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed May 27, 2019
1 parent 93f72bf commit 18ea7b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,17 @@ integration:
.ci/gammapy_integration_test.sh && .ci/probfit_integration_test.sh

release: sdist
pip install --upgrade twine
@echo ""
@echo "Release checklist:"
@echo "[ ] Integration tests ok 'make integration'"
@echo "[ ] Increase version number in iminuit/info.py"
@echo "[ ] Update doc/changelog.rst"
@echo "[ ] Tag release on Github"
@echo ""
@echo "Upload to TestPyPI:"
@echo "twine upload --repository-url https://test.pypi.org/legacy/ dist/*"
@echo ""
@echo "Upload to PyPI:"
@echo "twine upload --username your_pypi_account_name dist/*"
@echo "twine upload dist/*"
@echo ""

0 comments on commit 18ea7b2

Please sign in to comment.