-
Notifications
You must be signed in to change notification settings - Fork 3
Add/warn message #105
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
base: dev
Are you sure you want to change the base?
Add/warn message #105
Conversation
reserver/uploader.py
Outdated
@@ -135,4 +141,6 @@ def upload(self, package_name, user_parameters=None): | |||
return False | |||
else: | |||
print("Congratulations! You have successfully reserved the PyPI package: ", package_name) | |||
if show_warning and not self.test_pypi: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend displaying a warning message for Test PyPI as well, possibly requiring a different URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought that this might not be important (test token) but you are right, no matter it is test or main pypi, it should be covered.
done.
CHANGELOG.md
Outdated
@@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |||
|
|||
## [Unreleased] | |||
### Added | |||
- `warning` message regarding PyPI token revoke |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Warning message regarding PyPI token revokewarning
Reference Issues/PRs
#77
What does this implement/fix? Explain your changes.
Any other comments?