Add configuration for uploading signed sdists and wheels
Wheels are commonly desired these days, and having them signed ought to be done, so this adds the bits to make that possible.
This commit is contained in:
parent
6b6acc2e53
commit
5e9e9cc991
4
Makefile
4
Makefile
@ -34,9 +34,9 @@ test:
|
||||
tox --skip-missing-interpreters
|
||||
|
||||
dist: test
|
||||
python setup.py sdist
|
||||
python setup.py sdist bdist_wheel
|
||||
|
||||
release: clean test cleanagain tagv pypi
|
||||
|
||||
pypi:
|
||||
python setup.py sdist upload
|
||||
python setup.py sdist bdist_wheel upload --sign
|
||||
|
Loading…
Reference in New Issue
Block a user