Skip to content

Commit

Permalink
Update pypi_token and poetry_version in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanxiao committed May 2, 2024
1 parent be7fcff commit de9835c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Publish Package
uses: JRubics/[email protected]
with:
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
poetry-version: "1.8.7"
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
poetry_version: "1.8.7"

0 comments on commit de9835c

Please sign in to comment.