We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff00d7 commit 14e0766Copy full SHA for 14e0766
.github/workflows/publish.yaml
@@ -12,15 +12,17 @@ jobs:
12
# publish to pypi
13
- if: github.event_name == 'release'
14
name: Build and publish to pypi
15
- uses: JRubics/poetry-publish@v1.16
+ uses: JRubics/poetry-publish@v1.17
16
with:
17
pypi_token: ${{ secrets.PYPI_TOKEN }}
18
plugins: "poetry-dynamic-versioning-plugin"
19
+ python_version: "3.10"
20
# publish to testpypi
21
- if: github.event_name != 'release'
22
name: Build and publish to testpypi
23
24
25
26
repository_name: "testpypi"
27
repository_url: "https://test.pypi.org/legacy/"
28
pypi_token: ${{ secrets.TESTPYPI_TOKEN }}
0 commit comments