Skip to content

Commit

Permalink
chore(release): bump to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Jan 24, 2025
1 parent 0b363cc commit 4a10e86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/publish_pybwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ jobs:
fetch-depth: 0
submodules: 'true'

# TODO: remove this and the next action when the following PR
# is merged and released:
# https://github.com/rickstaa/action-contains-tag/pull/18
- name: git config remote.origin.followRemoteHEAD never
shell: bash
run: git config remote.origin.followRemoteHEAD never

- name: debug git branch -a
shell: bash
run: git branch -a

- uses: rickstaa/action-contains-tag@v1
id: contains_tag
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybwa"
version = "1.4.2"
version = "1.4.3"
description = "Python bindings for BWA"
authors = ["Nils Homer"]
license = "MIT"
Expand Down

0 comments on commit 4a10e86

Please sign in to comment.