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

pyproject.toml: use static metadata for readme/dependencies #91

Merged
merged 10 commits into from
Jun 24, 2024

Conversation

yunjunz
Copy link
Member

@yunjunz yunjunz commented Jun 24, 2024

  • pyproject.toml: for readme, dependencies, optional-dependencies, use static metadata, instead of dynamic ones, to avoid the following errors:
ERROR    HTTPError: 400 Bad Request from https://test.pypi.org/legacy/
         ['readme', 'dependencies', 'optional-dependencies'] is not a valid dynamic field. See https://packaging.python.org/specifications/core-metadata for more information.
  • build-and-publish-to-pypi.yml: update OS versions
    • ubuntu: from 20.04 to latest
    • macos: from 11 to 13

@yunjunz yunjunz merged commit ddd51b0 into insarlab:main Jun 24, 2024
6 checks passed
@yunjunz yunjunz deleted the upload_pypi branch June 24, 2024 11:03
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.

1 participant