Newer
Older
# https://github.com/cirosantilli/china-dictatorship#mirrors
# Updates package.json version, which other systems read if possible.
new_version="$(./push-mirrors-bump-package-json-version)"
npm publish
git add package.json
# Initial one time setup.
#python3 -m pip install --user setuptools wheel twine
# Asks for username and password every time, unless you setup ~/.pypirc.
git commit -m 'bump package version'
git push git@gitlab.com:cirosantilli/china-dictatorship.git
git push git@bitbucket.org:cirosantilli/china-dictatorship.git