Skip to content

Commit

Permalink
🐞 fix(actions): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SerinaNya committed Nov 19, 2023
1 parent 7a08ec4 commit a7d8c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: pipx install poetry

- name: Authenticate with PyPI
run: poetry config pypi-token.pypi "{{ secrets.PYPI_API_TOKEN }}"
run: poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}

- name: Publish package
run: poetry publish --build

0 comments on commit a7d8c42

Please sign in to comment.