Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
stabacco committed Mar 8, 2024
1 parent 3a4feec commit 6efe9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
poetry-version: 1.3.2
- name: Publish python package
run: poetry version ${{ steps.vars.outputs.tag }} poetry config pypi-token.pypi ${{ secrets.PYPI_API_KEY }} && poetry build && poetry publish
run: poetry version ${{ steps.vars.outputs.tag }} && poetry config pypi-token.pypi ${{ secrets.PYPI_API_KEY }} && poetry build && poetry publish
- name: Auto commit pyproject.toml
uses: EndBug/[email protected]
with:
Expand Down

0 comments on commit 6efe9b0

Please sign in to comment.