-
Notifications
You must be signed in to change notification settings - Fork 110
Add encrypted PyPI password #118
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
Add encrypted PyPI password #118
Conversation
|
Please wait, until the build is green. Even for seemingly "stupid" changes. 👍 |
|
Sure. Do you know if there's a way to tell GitHub "merge this when it's
green"? Instead of checking back like an automaton.
…On Sun, Sep 30, 2018, 19:02 Peter Bittner ***@***.***> wrote:
Please wait, until the build is green. Even for seemingly "stupid"
changes. 👍
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADdyisXQJm7zEastMU6btxdaLOHGI-pks5ugOr8gaJpZM4XBBzM>
.
|
AFAIK, this is only supported by GitLab CI. |
|
You could now try to put a version tag on a commit (preferably on |
|
Seems to fail for an authentication error. 😕 Was it the PyPI password of your |
|
... and the publish step was executed even w/o pushing a Git tag? It shouldn't! -- Ah, Travis, you're a pain. |
Yep. |
|
I got a bit lost in the conversation here, if you need me to do something let me know. |
|
Could you try to push a tag to this repository now? e.g. $ git checkout master
$ git tag 0.3.0
$ git push --tagsI want to see the automatic publishing on PyPI working. Cross your fingers! 🤞 |
|
Pushed the tag.
…On Tue, Oct 2, 2018 at 12:14 AM Peter Bittner ***@***.***> wrote:
Could you try to push a tag to this repository now? e.g.
$ git checkout master
$ git tag 0.3.0
$ git push --tags
I want to see the automatic publishing on PyPI working. Cross your
fingers! 🤞
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADdypen2iEW38moFk2oufhTrgI8977Cks5ugoXQgaJpZM4XBBzM>
.
|
|
Travis says, you didn't do this from the
Can you try again? Ideally, delete the tag you added beforehand. |
|
Pushed tag 0.3.1 now.
…On Tue, Oct 2, 2018 at 8:37 AM Peter Bittner ***@***.***> wrote:
Travis says
<https://travis-ci.org/cool-RR/PythonTurtle/jobs/435947427#L538>, you
didn't do this from the master branch:
Skipping a deployment with the pypi provider because this branch is not
permitted: 0.3.0
Can you try again? Ideally, delete the tag you added beforehand.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADdyu-ZWpGBF2J1jdp_xAN0VhwFje-Wks5ugvuxgaJpZM4XBBzM>
.
|
As of #117 (comment).