We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b493b71 commit 337fdd8Copy full SHA for 337fdd8
Makefile
@@ -18,8 +18,8 @@ test: tox
18
19
publish: wheel
20
python setup.py register
21
- python setup.py sdist upload --sign 7228A0D2
22
- python setup.py bdist_wheel upload --sign 7228A0D2
+ python setup.py sdist upload --sign --identity=7228A0D2
+ python setup.py bdist_wheel upload --sign --identity=7228A0D2
23
24
docs-init:
25
pip install -r docs/requirements.txt
0 commit comments