Skip to content

Commit

Permalink
feat: publish
Browse files Browse the repository at this point in the history
- update step name
  • Loading branch information
ghinks committed Jan 22, 2025
1 parent 254961b commit c0e0785
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 @@ -48,7 +48,7 @@ jobs:
- name: Configure Poetry for PyPI
run: |
poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN_REVIEW_TALLY }}"
- name: Poetry build and Publish
- name: Poetry build
run: |
poetry build
- name: Publish to PyPI
Expand Down

0 comments on commit c0e0785

Please sign in to comment.