Skip to content

Commit

Permalink
Updated publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jake authored and jake committed Apr 15, 2024
1 parent be9cb2e commit ac05934
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ test:
publish:
git tag -a v$(VERSION) -m 'version $(VERSION)'
git push --tags origin master
python setup.py sdist bdist_wheel
twine upload --repository-url https://upload.pypi.org/legacy/ --repository testpypi dist/internetarchive-$(VERSION).tar.gz
python -m build
twine upload --repository pypi dist/internetarchive-$(VERSION)-py3-none-any.whl
twine upload --repository pypi dist/internetarchive-$(VERSION).tar.gz

docs-init:
pip install -r docs/requirements.txt
Expand Down

0 comments on commit ac05934

Please sign in to comment.