FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update actions to build wheels for Python 3.11 & 3.12. by jonnyg23 · Pull Request #16 · spruceid/didkit-python · GitHub

This repository was archived by the owner on Jul 10, 2025. It is now read-only.
/ didkit-python Public archive

Update actions to build wheels for Python 3.11 & 3.12. - #16

Open
jonnyg23 wants to merge 4 commits into
spruceid:mainfrom
dogwoodlogic:test-ci-cd-updates
Open

Update actions to build wheels for Python 3.11 & 3.12.#16
jonnyg23 wants to merge 4 commits into
spruceid:mainfrom
dogwoodlogic:test-ci-cd-updates

Conversation

Copy link
Copy Markdown

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 v3 → v4
    • actions/setup-python@v2 → v5
    • actions/upload-artifact@v2 → v4
    • abatilo/actions-poetry@v2.3.0 → v4
    • messense/maturin-action@v1 → PyO3/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`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL