Skip to content

Commit aad87e2

Browse files
committed
Fix publish workflow
1 parent 3ee059c commit aad87e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Build and publish to pypi
20-
uses: JRubics/poetry-publish@v1.10
20+
uses: JRubics/poetry-publish@v2
2121
with:
2222
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
23-
ignore_dev_requirements: 'yes'
2423
build_format: 'sdist'
24+
poetry_install_options: '--without dev'

0 commit comments

Comments
 (0)