We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c67010 commit 4762d99Copy full SHA for 4762d99
Makefile
@@ -16,7 +16,7 @@ release:: clean
16
force_release:: clean
17
git push --tags
18
python3 setup.py sdist bdist_wheel
19
- twine upload -s -i 27C50E7F590947D7273A741E85194C08421980C9 dist/*
+ twine upload dist/*
20
21
doc::
22
make -C doc/ html
0 commit comments