Skip to content

Commit 2a8357e

Browse files
committed
chore: create release for CD action
1 parent e754201 commit 2a8357e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
with:
1818
python-version: '3.10'
1919

20-
20+
- name: Build and Publish to PyPI
21+
uses: JRubics/poetry-publish@v2.0
22+
with:
23+
pypi_token: ${{ secrets.PIPY_API_TOKEN }}
24+
poetry_publish_options: "--skip-existing"
2125

2226
- name: Create Release
2327
uses: actions/create-release@v1

0 commit comments

Comments
 (0)