Skip to content

Commit

Permalink
Fix naming issue in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
UpstreamData committed Jul 10, 2024
1 parent 5d4db8f commit e0478c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Publish GH release
uses: softprops/[email protected]
- name: Build using poetry and publish to PyPi
uses: JRubics/poetry-publish@v2.0z
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_API_KEY }}

0 comments on commit e0478c1

Please sign in to comment.