We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee059c commit aad87e2Copy full SHA for aad87e2
.github/workflows/publish.yml
@@ -17,8 +17,8 @@ jobs:
17
fetch-depth: 0
18
19
- name: Build and publish to pypi
20
- uses: JRubics/poetry-publish@v1.10
+ uses: JRubics/poetry-publish@v2
21
with:
22
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
23
- ignore_dev_requirements: 'yes'
24
build_format: 'sdist'
+ poetry_install_options: '--without dev'
0 commit comments