We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a18146 commit ab632c9Copy full SHA for ab632c9
common.mk
@@ -32,13 +32,8 @@ release:
32
git push --follow-tags
33
$(MAKE) install
34
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
36
$(MAKE) release-docs
37
38
-release-pypi:
39
- python -m build
40
- twine upload dist/*.tar.gz dist/*.whl --verbose
41
-
42
release-docs:
43
$(MAKE) docs
44
-git branch -D gh-pages
0 commit comments