Skip to content

Try fix python release.#170

Merged
sebschmi merged 3 commits intomainfrom
fix_python_release
May 7, 2026
Merged

Try fix python release.#170
sebschmi merged 3 commits intomainfrom
fix_python_release

Conversation

@sebschmi
Copy link
Copy Markdown
Collaborator

@sebschmi sebschmi commented May 7, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 7, 2026 10:53
@sebschmi sebschmi enabled auto-merge May 7, 2026 10:53
@sebschmi sebschmi disabled auto-merge May 7, 2026 10:54
@sebschmi sebschmi enabled auto-merge May 7, 2026 10:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the GitHub Actions workflow that builds (and publishes) the Python wheels, changing when it runs on push events to target a specific release tag prefix.

Changes:

  • Removed push.branches triggers from the Python wheel workflow.
  • Restricted push.tags triggers to py_lib_tsalign-v* (instead of all tags).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/python.yml
@sebschmi sebschmi disabled auto-merge May 7, 2026 10:57
@sebschmi sebschmi requested a review from Copilot May 7, 2026 10:59
@sebschmi sebschmi enabled auto-merge May 7, 2026 10:59
@sebschmi sebschmi merged commit 0ec21bd into main May 7, 2026
24 checks passed
@sebschmi sebschmi deleted the fix_python_release branch May 7, 2026 10:59
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

Comment thread python_bindings/BUILD.md

## Release
Release by simply adjusting the version in `Cargo.toml`, create and push a tag that is called `python_bindings-v<version>`. A GitHub action should™ publish to the [PyPI repository](https://pypi.org/project/tsalign/).
Release by simply adjusting the version in `Cargo.toml`, create and push a tag that is called `py_lib_tsalign-v<version>`. A GitHub action should™ publish to the [PyPI repository](https://pypi.org/project/tsalign/).
- '*'
pull_request:
- 'py_lib_tsalign-v*'
workflow_dispatch:
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.

2 participants