We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e130d55 commit b58bd86Copy full SHA for b58bd86
.github/workflows/publish-pypi.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/[email protected]
16
17
- name: Upload package to PyPI
18
- uses: JRubics/poetry-publish@v2.0
+ uses: JRubics/poetry-publish@v2.1
19
with:
20
pypi_token: ${{ secrets.PYPI_TOKEN }}
21
ignore_dev_requirements: true
0 commit comments