Skip to content

Commit 5837eda

Browse files
committed
Fix incorret workflow
1 parent 492eaa4 commit 5837eda

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
- name: Install Poetry
3333
run: |
3434
pip install poetry
35-
poetry build
36-
poetry publish
3735
- name: Set Poetry Token
3836
run: |
3937
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
40-
- name: Publish
38+
- name: Build & Publish
4139
run: |
40+
poetry build
4241
poetry publish

0 commit comments

Comments
 (0)