mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 21:14:49 +08:00
drop --universal
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
pip install wheel twine
|
pip install wheel twine
|
||||||
python setup.py sdist bdist_wheel --universal
|
python setup.py sdist bdist_wheel
|
||||||
twine upload dist/*
|
twine upload dist/*
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -30,7 +30,7 @@ if sys.version_info[:2] < (3, 7):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="django-stubs",
|
name="django-stubs",
|
||||||
version="0.10.1",
|
version="0.10.2",
|
||||||
description='Django mypy stubs',
|
description='Django mypy stubs',
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|||||||
Reference in New Issue
Block a user