Skip to content

Commit

Permalink
do not call publish script as it is interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
willronchetti committed Jan 6, 2021
1 parent f93b7cc commit 2f79b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
pip install poetry
make publish
poetry publish --no-interaction --build --username=$PYPI_USER --password=$PYPI_PASSWORD

This comment has been minimized.

Copy link
@netsettler

netsettler Jan 6, 2021

Collaborator

This is OK as an interim measure. In the long run, we should fix the script that the make target uses so we can go back to using make.

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 = "dcicutils"
version = "1.8.2"
version = "1.8.3"
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down

0 comments on commit 2f79b77

Please sign in to comment.