Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Conversation

@jonnyg23
Copy link

Updates

  • Regenerates the Poetry lock file.
  • Fixes pyproject.toml's tool.poetry.dev-dependencies deprecation warning.
  • Updates action versions to the latest stable versions.
    • actions/checkout@v2 or v3v4
    • actions/setup-python@v2v5
    • actions/upload-artifact@v2v4
    • abatilo/actions-poetry@v2.3.0v4
    • messense/maturin-action@v1PyO3/maturin-action@v1 (updates profile name)
  • Updates wheel names so Github actions doesn't collide on names (e.g. 'CD 3.10 aarch64' for both linux & macos).

Motivation and Context

This will support the creation of PyPI wheels for Python versions 3.11 & 3.12.

How Has This Been Tested?

Locally using nektos/act, as well as a successful CI/CD build on my forked version of main.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Related Issues

Resolves #15

jonnyg23 added 4 commits June 17, 2025 13:15
- Regenerates the poetry.lock file.
- Fixes pyproject.toml's `tool.poetry.dev-dependencies` deprecation warning.
- Updates action  versions to the latest stable versions.
- Updates wheel names so Github actions doesn't collide on names (e.g. CD 3.10 aarch64 for both linux & macos).
- Remove builds on PRs.
- Update to use `actions/download-artifact@v4`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Request for pypi ,whl uploads to support Python 3.11 & 3.12

1 participant