Skip to content

Commit e0478c1

Browse files
committed
Fix naming issue in workflow.
1 parent 5d4db8f commit e0478c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Publish GH release
1818
uses: softprops/action-gh-release@v2.0.6
1919
- name: Build using poetry and publish to PyPi
20-
uses: JRubics/poetry-publish@v2.0z
20+
uses: JRubics/poetry-publish@v2.0
2121
with:
2222
pypi_token: ${{ secrets.PYPI_API_KEY }}

0 commit comments

Comments
 (0)