chore: release tags to PyPI automatically - #680
Conversation
1a09b70 to
3133b48
Compare
|
Cool :) 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. |
|
Fine by me |
Fixes #609