8000 Remove local twine upload · kislyuk/argcomplete@ab632c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab632c9

Browse files
committed
Remove local twine upload
1 parent 1a18146 commit ab632c9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

common.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,8 @@ release:
3232
git push --follow-tags
3333
$(MAKE) install
3434
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//')"
35-
$(MAKE) release-pypi
3635
$(MAKE) release-docs
3736

38-
release-pypi:
39-
python -m build
40-
twine upload dist/*.tar.gz dist/*.whl --verbose
41-
4237
release-docs:
4338
$(MAKE) docs
4439
-git branch -D gh-pages

0 commit comments

Comments
 (0)
0