Commit b2358bd 1 parent 96095e8 commit b2358bd Copy full SHA for b2358bd
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ release:
30
30
if [[ -f Changes.md ]]; then cat $$ TAG_MSG <( echo) Changes.md | sponge Changes.md; git add Changes.md; fi ; \
31
31
if [[ -f Changes.rst ]]; then cat <( pandoc --from markdown --to rst $$ TAG_MSG) <( echo) Changes.rst | sponge Changes.rst; git add Changes.rst; fi ; \
32
32
git commit -m ${TAG} ; \
33
- git tag --sign -- annotate --file $$ TAG_MSG ${TAG}
33
+ git tag --annotate --file $$ TAG_MSG ${TAG}
34
34
git push --follow-tags
35
35
$(MAKE ) install
36
36
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//')"
@@ -39,7 +39,7 @@ release:
39
39
40
40
release-pypi :
41
41
python -m build
42
- twine upload dist/* .tar.gz dist/* .whl --sign -- verbose
42
+ twine upload dist/* .tar.gz dist/* .whl --verbose
43
43
44
44
release-docs :
45
45
$(MAKE ) docs
You can’t perform that action at this time.
0 commit comments