Skip to content

Commit 337fdd8

Browse files
author
Edward Easton
committed
Corrected Makefile publish target
1 parent b493b71 commit 337fdd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ test: tox
1818

1919
publish: wheel
2020
python setup.py register
21-
python setup.py sdist upload --sign 7228A0D2
22-
python setup.py bdist_wheel upload --sign 7228A0D2
21+
python setup.py sdist upload --sign --identity=7228A0D2
22+
python setup.py bdist_wheel upload --sign --identity=7228A0D2
2323

2424
docs-init:
2525
pip install -r docs/requirements.txt

0 commit comments

Comments
 (0)