Skip to content

Commit

Permalink
revert publish option
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Lee committed Mar 6, 2022
1 parent 87fa46e commit 1f4798f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
- name: poetry-build
run: poetry build
- name: poetry-publish
if: matrix.python-version == '3.10'
run: poetry publish --no-interaction --build --username __token__ --password ${{ secrets.PYPI_TOKEN }}

0 comments on commit 1f4798f

Please sign in to comment.