Skip to content

Commit

Permalink
Merge pull request #107 from ssciwr/pypi_publishing
Browse files Browse the repository at this point in the history
use pypi trusted publishing
  • Loading branch information
lkeegan authored Aug 11, 2023
2 parents 59d2c22 + fea7957 commit 1f220e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
needs: [build-wheels]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
environment: release
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 1f220e7

Please sign in to comment.