Skip to content

Commit dc140c0

Browse files
committed
remove package signing
The new key isn't signed with the old key so not accepted downstream, and that's it as the old key literally broke and there is no backup.
1 parent b6d9264 commit dc140c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ release: clean
1717
force_release: clean
1818
git push --tags origin main
1919
python3 setup.py sdist bdist_wheel
20-
twine upload 27C50E7F590947D7273A741E85194C08421980C9 dist/*
20+
twine upload dist/*

0 commit comments

Comments
 (0)