Skip to content

Commit f225dd1

Browse files
committed
Switch main publish workflow to trusted publishing
I'll probably discover this is broken the first time I try it, but this at least allows removing the token from github, and invalidating it in my account.
1 parent d2782a6 commit f225dd1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release-main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ jobs:
4343
repository-url: https://test.pypi.org/legacy/
4444
skip-existing: true
4545
verbose: true
46-
password: ${{ secrets.PUBLISH_TOKEN }}
4746
- name: Publish to pypi
4847
if: ${{ env.ENVNAME == 'pypi' }}
4948
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # 1.13.0
5049
with:
5150
verbose: true
52-
password: ${{ secrets.PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)