mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Fix twine publishing in fabfile
This commit is contained in:
parent
2348a08481
commit
1c50110585
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -68,7 +68,7 @@ def publish(version):
|
|||
local('git push origin %s' % version)
|
||||
local('python setup.py sdist')
|
||||
local('python setup.py register')
|
||||
local('twine upload dist/%s.tar.gz' % version)
|
||||
local('twine upload dist/spacy-%s.tar.gz' % version)
|
||||
|
||||
|
||||
def env(lang="python2.7"):
|
||||
|
|
Loading…
Reference in New Issue
Block a user