We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33598c commit 1dcd800Copy full SHA for 1dcd800
.github/workflows/release-please.yaml
@@ -22,4 +22,13 @@ jobs:
22
with:
23
release-type: python
24
token: ${{ secrets.GIT_TOKEN }}
25
- target-branch: release-please-fix
+ target-branch: release-please-fix
26
+ pypi-publish:
27
+ - name: Build and publish to pypi
28
+ uses: JRubics/poetry-publish@v2.1
29
+ with:
30
+ pypi_token: ${{ secrets.PYPI_TOKEN }}
31
+ build_format: "wheel"
32
+ poetry_install_options: "--without lint --without test"
33
+ repository_name: "testpypi"
34
+ repository_url: "https://test.pypi.org/legacy/"
0 commit comments