Skip to content

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

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open

Add/warn message #105

wants to merge 7 commits into from

Conversation

AHReccese
Copy link
Member

Reference Issues/PRs

#77

What does this implement/fix? Explain your changes.

Any other comments?

@AHReccese AHReccese added this to the reserver v0.5 milestone May 29, 2025
@AHReccese AHReccese self-assigned this May 29, 2025
@AHReccese AHReccese added the enhancement New feature or request label May 29, 2025
@AHReccese AHReccese requested a review from sepandhaghighi May 29, 2025 16:40
@AHReccese AHReccese linked an issue May 29, 2025 that may be closed by this pull request
@@ -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:
Copy link
Member

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.

Copy link
Member Author

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
Copy link
Member

Choose a reason for hiding this comment

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

warning Warning message regarding PyPI token revoke

@AHReccese AHReccese requested a review from sepandhaghighi May 30, 2025 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Warning Message
2 participants