diff --git a/.github/workflows/publish_pybwa.yml b/.github/workflows/publish_pybwa.yml index 381432d..9eccf8e 100644 --- a/.github/workflows/publish_pybwa.yml +++ b/.github/workflows/publish_pybwa.yml @@ -124,9 +124,9 @@ 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 diff --git a/pyproject.toml b/pyproject.toml index 217eb36..35741b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"