Skip to content

Commit

Permalink
use trusted publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Dec 28, 2023
1 parent b8f5d99 commit bc317ca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,13 @@ jobs:
needs: [build_wheels_windows, build_wheels_macos, build_wheels_linux, build_sdist]
name: deploy wheels to pypi
runs-on: ubuntu-latest

environment: pypi-release
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist

- uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.pypi_password }}
- uses: pypa/gh-action-pypi-publish@v1

0 comments on commit bc317ca

Please sign in to comment.