Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
bsdz authored May 31, 2023
1 parent c965544 commit bdf7831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: |
poetry build
poetry build ----ignore-build-script
poetry build --ignore-build-script
poetry config pypi-token.pypi $PYPI_TOKEN
poetry publish

0 comments on commit bdf7831

Please sign in to comment.