Skip to content

Commit

Permalink
Release 0.5.0 - trusted publishing (#203)
Browse files Browse the repository at this point in the history
Updating `wheels.yml` workflow to trusted publishing
  • Loading branch information
fkiraly authored Jun 23, 2023
1 parent bcb3d54 commit d4bbad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:
name: Upload wheels to PyPI
runs-on: ubuntu-latest
needs: [build_wheels,test_unix_wheels,test_windows_wheels]
permissions:
id-token: write

steps:
- uses: actions/download-artifact@v2
Expand All @@ -139,6 +141,4 @@ jobs:
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
packages_dir: wheelhouse/

0 comments on commit d4bbad8

Please sign in to comment.