Skip to content

Commit

Permalink
Try fixing publishing #4
Browse files Browse the repository at this point in the history
  • Loading branch information
WouldYouKindly committed Mar 4, 2021
1 parent 7002592 commit cbf3515
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Test
run: |
. .venv/bin/activate
make publish
make test
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
. .venv/bin/activate
poetry publish --build
make publish

0 comments on commit cbf3515

Please sign in to comment.