- Notifications
You must be signed in to change notification settings - Fork673
chore: release tags to PyPI automatically#680
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
1a09b70
to3133b48
CompareCool :) Would it make sense to create a dedicated user on pypi for this? If something goes wrong all your projects on pypi will be impacted. |
Yes that would be even better. What do you mean with goes wrong? The travis secret only effects this repository. |
I'm just trying to consider all the possible problems that could happen. I don't know how we could handle a "bot user" easily. Any idea on how we should do that? |
It's difficult as we can't handle the secret together. We have no encrypted channel. I guess it would be best, if you would handle the secret for the bot user, as original creator/maintainer. |
@gpocentek Feel free to insert your own/bot-secret secret on this branch. Use the travis-cli to encrypt it docker run -v$(pwd):/project --rm skandyla/travis-cli encrypt<your-pypi-passwd> --add deploy.password -r python-gitlab/python-gitlab |
@gpocentek How are we gonna proceed here? |
@max-wittig if that's still OK with you let's merge this, we can update the user later if we find a better solution. |
max-wittig commentedJan 19, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Fine by me |
Fixes#609