Skip to content

Commit

Permalink
fix: remove username and password to force trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Feb 27, 2024
1 parent 441807c commit d4e720b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
python -m pytest
- name: Publish to test repository
if: matrix.python-version == '3.11'
env:
PDM_PUBLISH_USERNAME: ${{ secrets.PDM_TEST_PUBLISH_USERNAME }}
PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_TEST_PUBLISH_PASSWORD }}
run: |
source ${{ env.VIRTUAL_ENV }}/bin/activate
pdm publish --repository testpypi

0 comments on commit d4e720b

Please sign in to comment.