mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
removing wheel upload from register command in setup.py
This commit is contained in:
parent
80e18e7562
commit
e98745b8aa
1
setup.py
1
setup.py
|
@ -29,7 +29,6 @@ with open('VERSION') as version:
|
|||
# Helper commands.
|
||||
if sys.argv[-1] == 'publish':
|
||||
os.system('python setup.py sdist upload')
|
||||
os.system('python setup.py bdist_wheel upload')
|
||||
print('You probably want to also tag the version now:')
|
||||
print(' git tag -a %s -m \'version %s\'' % (version, version))
|
||||
print(' git push --tags')
|
||||
|
|
Loading…
Reference in New Issue
Block a user