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

Enable automatic PyPI deployment on tag cut #40

Open
webknjaz opened this issue Apr 14, 2017 · 1 comment
Open

Enable automatic PyPI deployment on tag cut #40

webknjaz opened this issue Apr 14, 2017 · 1 comment

Comments

@webknjaz
Copy link
Contributor

Hi,

I just wanted to point you out that there's an option of having new package version automatically deployed to PyPI deployment once you release a new tag.

Corresponding section in .travis.yml would look as follows:

deploy:
  on:
    tags: true
  provider: pypi
  distributions: sdist bdist_wheel
  user: dblack
  password:
    secure: [Your encrypted password](https://docs.travis-ci.com/user/encryption-keys/)

*Don't forget to encrypt the password.

@dbaxa
Copy link
Member

dbaxa commented Apr 15, 2017

@webknjaz this is a good idea. I'll have a look into it.

webknjaz added a commit to webknjaz/asap-authentication-python that referenced this issue Oct 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants