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 API token instead of username + password #827

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

dralley
Copy link
Contributor

@dralley dralley commented Jan 8, 2024

No description provided.

@@ -22,7 +22,7 @@ then
exit
fi

twine upload -u pulp -p "$PYPI_PASSWORD" \
twine upload -u __token__ -p "$PYPI_API_TOKEN" \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I take it, you can still overwrite the token variable to serve another pypi account...

@mdellweg mdellweg merged commit b64deac into pulp:main Jan 9, 2024
16 checks passed
@dralley dralley deleted the api-token branch January 9, 2024 14:06
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

Successfully merging this pull request may close these issues.

2 participants