Skip to content

v1.2.18#84

Merged
laurent-laporte-pro merged 1 commit intomasterfrom
hotfix/1.2.18
Jan 27, 2025
Merged

v1.2.18#84
laurent-laporte-pro merged 1 commit intomasterfrom
hotfix/1.2.18

Conversation

@laurent-laporte-pro
Copy link
Copy Markdown
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

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