Skip to content

Commit

Permalink
chore(release): bump to 1.0.3 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Jan 17, 2025
1 parent 0fe5009 commit ead3a2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/publish_pybwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,16 @@ jobs:
pull-requests: read
needs: make-changelog
steps:
- name: Download the sdist
uses: actions/download-artifact@v4
with:
- name: Download the sdist
uses: actions/download-artifact@v4
with:
name: pybwa-sdist
path: pybwa-sdist.zip
- name: Unzip
run: unzip pybwa-sdist.zip
- name: Display structure of downloaded files
shell: bash
run: ls -R
- name: Move into place
shell: bash
run: mv -v pybwa-sdist pybwa-$(poetry version --short).tar.gz
- name: Create Draft Release
id: create_release
uses: softprops/action-gh-release@v2
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.0.2"
version = "1.0.3"
description = "Python bindings for BWA"
authors = ["Nils Homer"]
license = "MIT"
Expand Down

0 comments on commit ead3a2e

Please sign in to comment.