Skip to content

Commit 77383d6

Browse files
committed
Upgrade poetry-publish action
1 parent 2a1330c commit 77383d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121

2222
- name: Build and publish
2323
id: publish
24-
uses: JRubics/poetry-publish@v1.16
24+
uses: JRubics/poetry-publish@v2.1
2525
if: steps.prerelease.conclusion == 'success'
2626
with:
2727
pypi_token: ${{ secrets.PYPI_TOKEN }}
28-
ignore_dev_requirements: "yes"
2928

3029
- name: Send release webhook
3130
if: steps.publish.conclusion == 'success'

0 commit comments

Comments
 (0)