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 upload to PyPI #302

Merged
merged 1 commit into from
Mar 10, 2023
Merged

Commits on Mar 10, 2023

  1. Fix upload to PyPI

    Multiple things failed at once:
    1. Link to readme was lost during conversion to `pyproject.toml` in f668317. This commit restores it.
    2. PyPI only accepts rst/markdown/txt, so undo conversion of readme to AsciiDoc that was done in 55191a7
    3. twine has a bug that prevents upload from working without readme: pypa/twine#908
    
    Also run `twine check` on CI to detect `pyproject.toml` metadata errors earlier
    slonopotamus committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    6840995 View commit details
    Browse the repository at this point in the history