Skip to content

Commit 9e65f0f

Browse files
committed
chore: update workflow for publishing
1 parent d8b6f18 commit 9e65f0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
with:
1616
python-version: 3.7
1717
- name: Build and publish to PyPi
18-
uses: JRubics/poetry-publish@v1
18+
uses: JRubics/poetry-publish@v1.13
1919
with:
2020
pypi_token: ${{ secrets.PYPI_TOKEN }}
2121
ignore_dev_requirements: "yes"
22+

0 commit comments

Comments
 (0)