-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
rye publish -r testpypi
uploads to PyPI
#871
Comments
See #741 which may be related? |
Hi @cjolowicz, as you saw in the linked issue, you have to provide the repo and the repo url for now. rye publish \
--repository pypitest \
--repository-url https://test.pypi.org/simple/ \
--username $TEST_PYPI_USERNAME \
--token $TEST_PYPI_PASSWORD \
--yes |
FWIW in #759 the rework will help us avoid this issue in the future. Without a credentials file entry, if you don't skip prompts:
If you skip prompts:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to Reproduce
Expected Result
Rye uploads the package to TestPyPI.
Actual Result
Rye attempts an upload to PyPI.
Version Info
Stacktrace
n/a
The text was updated successfully, but these errors were encountered: