Skip to content

Commit 1dcd800

Browse files
fix: poetry publish
1 parent f33598c commit 1dcd800

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,13 @@ jobs:
2222
with:
2323
release-type: python
2424
token: ${{ secrets.GIT_TOKEN }}
25-
target-branch: release-please-fix
25+
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

Comments
 (0)