You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uploads both source and wheels to PyPI upon tagging.
Note this requires generating a PyPI token and adding it to
GitHub secrets naming it `pypi_password` (case doesn't matter).
PyPI token generation:
https://pypi.org/manage/account/token/
GitHub Secrets for the project:
https://github.com/amitdev/lru-dict/settings/secrets/actions/new
After getting it setup and merging, we can (bump a version then) tag
and push to make the wheels available in PyPI.
Also sets `long_description_content_type` to fix a twine check warning:
```
`long_description_content_type` missing. defaulting to `text/x-rst`.
```
0 commit comments