another try
This commit is contained in:
14
push-mirrors
14
push-mirrors
@@ -14,13 +14,13 @@ git commit -m 'bump package.json'
|
||||
git push
|
||||
npm publish
|
||||
|
||||
## Python package.
|
||||
## Initial one time setup.
|
||||
##python -m pip install --user setuptools wheel twine
|
||||
#python setup.py sdist bdist_wheel
|
||||
## Asks for password every time.
|
||||
#twine upload dist/*
|
||||
#rm -rf build dist *.egg-info
|
||||
# Python package.
|
||||
# Initial one time setup.
|
||||
#python -m pip install --user setuptools wheel twine
|
||||
python setup.py sdist bdist_wheel
|
||||
# Asks for password every time.
|
||||
twine upload dist/*
|
||||
rm -rf build dist *.egg-info
|
||||
|
||||
git push git@gitlab.com:cirosantilli/china-dictatorship.git
|
||||
git push git@bitbucket.org:cirosantilli/china-dictatorship.git
|
||||
|
||||
Reference in New Issue
Block a user