diff --git a/.github/workflows/main-publish.yml b/.github/workflows/main-publish.yml index 3c64dd2f..8c92ade1 100644 --- a/.github/workflows/main-publish.yml +++ b/.github/workflows/main-publish.yml @@ -27,6 +27,9 @@ jobs: - uses: actions/setup-python@v2 with: python-version: 3.11 + # Do not yet know why it is necessary to manually install dcicutils but it is. + - name: Install Python dependencies for publish + run: python -m pip install dcicutils - name: Publish env: PYPI_USER: ${{ secrets.PYPI_USER }} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ef9646fd..074f10d7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,11 @@ Change Log ========== +5.0.1 +===== +* Fixing publish in GA. + + 5.0.0 ===== diff --git a/pyproject.toml b/pyproject.toml index d3ced424..a93975d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tibanna" -version = "5.0.0" +version = "5.0.0.1b1" description = "Tibanna runs portable pipelines (in CWL/WDL) on the AWS Cloud." authors = ["4DN-DCIC Team "] license = "MIT"