Skip to content

Commit d4e720b

Browse files
committed
fix: remove username and password to force trusted publishing
1 parent 441807c commit d4e720b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
python -m pytest
4343
- name: Publish to test repository
4444
if: matrix.python-version == '3.11'
45-
env:
46-
PDM_PUBLISH_USERNAME: ${{ secrets.PDM_TEST_PUBLISH_USERNAME }}
47-
PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_TEST_PUBLISH_PASSWORD }}
4845
run: |
4946
source ${{ env.VIRTUAL_ENV }}/bin/activate
5047
pdm publish --repository testpypi

0 commit comments

Comments
 (0)