Skip to content

Commit 4d8d79a

Browse files
committed
🔐 Use trusted publishing
1 parent 4cdb7f4 commit 4d8d79a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,10 @@ jobs:
225225
- uses: softprops/action-gh-release@v2
226226
if: startsWith(github.ref, 'refs/tags/')
227227
with:
228-
# body_path: build/CHANGELOG.md
229228
files: |
230229
dist/*
231230
- uses: pypa/gh-action-pypi-publish@release/v1
232231
if: startsWith(github.ref, 'refs/tags/')
233-
with:
234-
password: ${{secrets.PYPI_API_TOKEN}}
235232

236233
deploy-aur:
237234
needs: build

0 commit comments

Comments
 (0)