Publish to testpypi #1443
coccoinomane
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello builders!
I always publish my packages to test.pypi.org first, because I am a bit of a paranoid. So I came up with this script in pyproject.toml:
To make it work, you have to export
PDM_PUBLISH_TEST_USERNAME
andPDM_PUBLISH_TEST_PASSWORD
in your shell. If you use bash, then you just need to edit.bash_profile
.Hope it helps all other paranoids out there ;-)
Cheers,
Cocco
Beta Was this translation helpful? Give feedback.
All reactions