Skip to content

Commit

Permalink
updated pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jake authored and jake committed May 7, 2024
1 parent 445d1d2 commit 4efd45f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ publish:
git tag -a v$(VERSION) -m 'version $(VERSION)'
git push --tags origin master
python -m build
twine upload --repository pypi dist/internetarchive-$(VERSION)-py3-none-any.whl
twine upload --repository pypi dist/internetarchive-$(VERSION).tar.gz
twine upload --repository pypi ./dist/*

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

0 comments on commit 4efd45f

Please sign in to comment.