X Tutup
The Wayback Machine - https://web.archive.org/web/20201030151035/https://github.com/python/cherry-picker/pull/15
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

Use PyPI token instead of password #15

Open
wants to merge 2 commits into
base: master
from
Open

Use PyPI token instead of password #15

wants to merge 2 commits into from

Conversation

@Mariatta
Copy link
Member

@Mariatta Mariatta commented Aug 1, 2019

Closes #14

Closes #14
@Mariatta Mariatta closed this Aug 1, 2019
@Mariatta Mariatta reopened this Aug 1, 2019
@Mariatta
Copy link
Member Author

@Mariatta Mariatta commented Aug 1, 2019

Where's travis? 😕

@encukou
Copy link
Member

@encukou encukou commented Aug 13, 2019

Travis is not enabled for this repository.
Could a repo admin click an "Activate" button at https://travis-ci.org/python/cherry-picker ?

@Mariatta
Copy link
Member Author

@Mariatta Mariatta commented Aug 13, 2019

We're using travis-ci.com and it was working a couple months ago
https://travis-ci.com/python/cherry-picker/

@encukou
Copy link
Member

@encukou encukou commented Aug 14, 2019

Ah! Sorry for the noise, then.

@webknjaz
Copy link
Contributor

@webknjaz webknjaz commented Dec 31, 2019

@Mariatta try closing and reopening the PR...

@Mariatta Mariatta closed this Dec 31, 2019
@Mariatta Mariatta reopened this Dec 31, 2019
@@ -56,13 +56,11 @@ jobs:
# This happenes when other CI (AppVeyor etc.) has already uploaded
# the very same dist (usually sdist).
skip-existing: true
user: &pypi-user core-workflow
user: &pypi-user @token

This comment has been minimized.

@webknjaz

webknjaz Jan 1, 2020
Contributor

Now it's

Suggested change
user: &pypi-user @token
user: &pypi-user __token__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

4 participants
You can’t perform that action at this time.
X Tutup