Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding helpers to push to PyPI on tags. #2837

Merged
merged 1 commit into from
Dec 7, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Dec 7, 2016

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.

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.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 7, 2016
# Move into the package, build the distribution and upload.
cd ${PKG_DIR}
python setup.py sdist bdist_wheel
twine upload dist/*

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@dhermes dhermes merged commit 2d9c109 into googleapis:master Dec 7, 2016
@dhermes dhermes deleted the push-on-tag branch December 7, 2016 21:09
richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
Adding helpers to push to PyPI on tags.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants