Skip to content

Commit

Permalink
Updated CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoPro98 committed Sep 27, 2024
1 parent c71e2e1 commit 9cc4344
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ jobs:
name: cibw-wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl

upload_test_pypi:
upload_pypi:
name: Publish package distributions to PyPI
needs:
- build_wheels
- build_sdist
runs-on: ubuntu-latest
environment:
environment:
name: pypi
url: https://test.pypi.org/p/SiPM
permissions:
id-token: write
Expand Down

0 comments on commit 9cc4344

Please sign in to comment.