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

v1.2.18 #84

Merged
merged 1 commit into from
Jan 27, 2025
Merged

v1.2.18 #84

merged 1 commit into from
Jan 27, 2025

Conversation

laurent-laporte-pro
Copy link
Owner

When preparing the wheel for the Deprecated package, the license file should not be included in the metadata (METADATA) of the wheel if using version 2.1 or 2.2 of the format. Instead, the LICENSE.rst file should simply be added.

To build the wheel, you can use the tool pyproject-build (see the [documentation here](https://pythonspeed.com/articles/pyproject-build/)).

To publish the wheel on PyPI, you must use twine (see the [documentation here](https://twine.readthedocs.io/en/stable/)), as we are experiencing an issue with uv publish.

pyproject-build
twine upload -r testpypi dist/*  # to publish on Test PyPi

close #83

@laurent-laporte-pro laurent-laporte-pro self-assigned this Jan 27, 2025
@laurent-laporte-pro laurent-laporte-pro merged commit 3f67ca7 into master Jan 27, 2025
18 checks passed
@laurent-laporte-pro laurent-laporte-pro deleted the hotfix/1.2.18 branch January 27, 2025 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.2.17 pypi ships without LICENSE.rst file.
1 participant