Skip to content

Commit

Permalink
Properly use Pypi trusted publishers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Mar 30, 2024
1 parent 87383d5 commit 558aaa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
pull_request:
release:
types:
- published

jobs:
lint:
Expand Down Expand Up @@ -61,5 +63,3 @@ jobs:
- run: pip install build
- run: python -m build --sdist --wheel --outdir dist/ .
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 558aaa9

Please sign in to comment.