Skip to content

Commit

Permalink
Remove local twine upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 29, 2024
1 parent 1a18146 commit ab632c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,8 @@ release:
git push --follow-tags
$(MAKE) install
gh release create ${TAG} dist/*.whl --notes="$$(git tag --list ${TAG} -n99 | perl -pe 's/^\S+\s*// if $$. == 1' | sed 's/^\s\s\s\s//')"
$(MAKE) release-pypi
$(MAKE) release-docs

release-pypi:
python -m build
twine upload dist/*.tar.gz dist/*.whl --verbose

release-docs:
$(MAKE) docs
-git branch -D gh-pages
Expand Down

0 comments on commit ab632c9

Please sign in to comment.