Skip to content

Commit 16e94f7

Browse files
committed
Don't sign releases to PyPI anymore
Re https://blog.pypi.org/posts/2023-05-23-removing-pgp/
1 parent d6c58d2 commit 16e94f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def regression(c, jobs=8):
120120
"find_opts": "-and -not \( -path './invoke/vendor*' -or -path './build*' \)" # noqa
121121
},
122122
"packaging": {
123-
"sign": True,
124123
"wheel": True,
125124
"check_desc": True,
126125
"changelog_file": os.path.join(

0 commit comments

Comments
 (0)