Skip to content

Commit

Permalink
fix: update pypi to remove username and pw
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose authored May 28, 2024
1 parent 0cbe45f commit c8d1b43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
runs-on: "ubuntu-latest"
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -62,5 +65,4 @@ jobs:
with:
skip_existing: true
verbose: true
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit c8d1b43

Please sign in to comment.