Update release process to use warehouse rather than legacy PyPI. Ref pypa/warehouse#1422.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
[aliases]
|
||||
release = clean --all sdist bdist_wheel build_sphinx upload upload_docs
|
||||
release = dists build_sphinx upload upload_docs
|
||||
dists = clean --all sdist bdist_wheel
|
||||
test = pytest
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
||||
[upload]
|
||||
repository = https://upload.pypi.org/legacy/
|
||||
|
||||
Reference in New Issue
Block a user