Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Remove incidental line from the publish workflow.
  • Loading branch information
arturtoshev authored Jan 11, 2024
1 parent 28c8f9e commit 7a7ffd3
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 @@ -28,6 +28,5 @@ jobs:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
run: |
poetry version $(git describe --tags --abbrev=0)
poetry add $(cat requirements.txt)
poetry build
poetry publish

0 comments on commit 7a7ffd3

Please sign in to comment.