Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol authored Oct 10, 2024
1 parent 4b4bef5 commit 9a27290
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ jobs:
path: dist/*.tar.gz
upload_pypi:
environment: release
permissions:
id-token: write
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: >
Expand All @@ -123,7 +125,3 @@ jobs:
path: dist
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_token }}
# To test: repository_url: https://test.pypi.org/legacy/

0 comments on commit 9a27290

Please sign in to comment.