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

Fix cannot push package with local version to PyPI #7769

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

FirelightFlagboy
Copy link
Contributor

Fix the following error, by not push package with local version to PyPI:

HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
           The use of local versions in <Version('3.0.0b12.dev19927+8a30e48')> is
           not allowed. See
           https://packaging.python.org/specifications/core-metadata for more
           information.

https://github.com/Scille/parsec-cloud/actions/runs/10067328239/job/27831161231

Fix the following error, by not push package with local version to PyPI:

```
HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
           The use of local versions in <Version('3.0.0b12.dev19927+8a30e48')> is
           not allowed. See
           https://packaging.python.org/specifications/core-metadata for more
           information.
```

<https://github.com/Scille/parsec-cloud/actions/runs/10067328239/job/27831161231>
@FirelightFlagboy FirelightFlagboy requested a review from a team as a code owner July 24, 2024 10:03
@FirelightFlagboy FirelightFlagboy added this pull request to the merge queue Jul 26, 2024
Merged via the queue into master with commit d3394c3 Jul 26, 2024
12 of 13 checks passed
@FirelightFlagboy FirelightFlagboy deleted the do-not-push-to-pypi-with-local branch July 26, 2024 08:38
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