another try

This commit is contained in:
Ciro Santilli
2020-03-18 00:00:03 +00:00
parent cffb9bb972
commit c7be038efc
2 changed files with 8 additions and 8 deletions

View File

@@ -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