Skip to content

Commit 111739b

Browse files
committed
release.yml
1 parent 1371b4e commit 111739b

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,7 @@ jobs:
2828
- run: poetry install
2929
shell: bash
3030

31-
- name: Build Package
32-
run: |
33-
poetry build
34-
35-
- name: Publish package to PyPI
36-
uses: pypa/gh-action-pypi-publish@release/v1
37-
3831
- name: Publish package
39-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
40-
with:
41-
user: __token__
42-
password: ${{ secrets.PYPI_API_TOKEN }}
32+
run: |
33+
poetry publish --build --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}
34+
shell: bash

0 commit comments

Comments
 (0)