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
* build: Get Read the Docs release number from Cargo manifest
This avoids hardcoding the release number in the documentation build config,
making it easier to bump the version by only modifying the manifest.
* build: Require Python 3.11 in Read the Docs configuration
Python 3.11 is needed to access tomllib; useful for parsing the Cargo manifest file.
* feat: Create branch, bump version and tag in release workflow
* feat: Add publish-github job
* fix: Broken tag dependencies
* chore: Remove enforce-linking-issues workflow
* fix: Bump version in pyproject.toml
* chore: Upgrade artifact actions from v3 to v4
* fix: Typo in git-commit command
* fix: Support jq 1.6
ubuntu-22.04 runners use jq 1.6 which doesn't recognize a dot for `[]` value iterator.
See: jqlang/jq#1168.
* Revert "chore: Upgrade artifact actions from v3 to v4"
This reverts commit a535971.
* fix: Build wheels from release branch
* fix: Switch to pypa/gh-action-pypi-publish@release/v1
The older actions doesn't recognize the pyproject.toml metadata fields.
0 commit comments