Skip to content

Commit 0ec21bd

Browse files
authored
Merge pull request #170 from algbio/fix_python_release
Try fix python release.
2 parents 69e0eab + bab7bbf commit 0ec21bd

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ name: Build (and publish) python wheels
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- '*python*'
85
tags:
9-
- '*'
10-
pull_request:
6+
- 'py_lib_tsalign-v*'
117
workflow_dispatch:
128

139
permissions:

python_bindings/BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ python3
2929
```
3030

3131
## Release
32-
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/).
32+
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/).

0 commit comments

Comments
 (0)