| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
See googleapis#2810 for discussion of which tags are used. `twine upload` will "just work" since we have set the ``TWINE_USERNAME`` and ``TWINE_PASSWORD`` env. vars on CircleCI.
| # Move into the package, build the distribution and upload. | ||
| cd ${PKG_DIR} | ||
| python setup.py sdist bdist_wheel | ||
| twine upload dist/* |
Adding helpers to push to PyPI on tags.
| Back | FazBrowse Home | New Git URL |
See #2810 for discussion of which tags are used.
twine upload will "just work" since we have set the TWINE_USERNAME and TWINE_PASSWORD env. vars on CircleCI.