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