Skip to content

Commit

Permalink
Trying to fix publish in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Oct 5, 2023
1 parent 128c582 commit 83a8d2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Change Log
==========


5.0.1
=====
* Fixing publish in GA.


5.0.0
=====

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 = "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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 83a8d2a

Please sign in to comment.