Skip to content

Commit 3b1c075

Browse files
authored
Update release.yml
1 parent 75e2834 commit 3b1c075

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
id: mint
3939
uses: tschm/token-mint-action@v1.0.1
4040

41-
- name: Publish the package to pypi
42-
run : |
43-
poetry config pypi-token.pypi ${{ secrets.TWINE_TOKEN }}
44-
poetry publish
41+
- name: Publish the package with poetry
42+
run: |
43+
poetry publish -u __token__ -p '${{ steps.mint.outputs.api-token }}'

0 commit comments

Comments
 (0)