Skip to content

Commit e6ee8bf

Browse files
committed
Change package signature to the only yubikey I can use right now
1 parent df73d7f commit e6ee8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ release:: clean
1717
force_release:: clean
1818
git push --tags
1919
python3 setup.py sdist bdist_wheel
20-
twine upload -s -i [email protected] dist/*
20+
twine upload -s -i 763629FEC8788FC35128B5F6EE029D1E5EB40300 dist/*
2121

2222
doc::
2323
make -C doc/ html

0 commit comments

Comments
 (0)