Skip to content

Commit 12a0f7c

Browse files
tom-tanmr-c
authored andcommitted
Always use lightweight tags for releases
1 parent 06b640e commit 12a0f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ release:
183183
python -m build testenv2/src/${PACKAGE} && \
184184
pip install twine && \
185185
twine upload testenv2/src/${PACKAGE}/dist/* && \
186-
git tag ${VERSION} && git push --tags
186+
git tag --no-sign ${VERSION} && git push --tags
187187

188188
flake8: FORCE
189189
flake8 $(PYSOURCES)

0 commit comments

Comments
 (0)