Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HHousen committed Aug 7, 2023
1 parent 359853d commit b746661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: python -m poetry install -E all

- name: Set poetry PyPI token
run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
run: python -m poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"

- name: Publish to PyPI
run: |
Expand Down

0 comments on commit b746661

Please sign in to comment.