Skip to content

Commit

Permalink
adding trusted-publishers publishing on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
gatoniel committed Oct 22, 2024
1 parent 5f26766 commit 2242df7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ on:
branches:
- main
- master
- trusted-publishers

jobs:
release:
name: Release
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/merge-stardist-masks
permissions:
id-token: write
steps:
- name: Check out the repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -58,17 +64,12 @@ jobs:
- name: Publish package on PyPI
if: steps.check-version.outputs.tag
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

- name: Publish package on TestPyPI
if: "! steps.check-version.outputs.tag"
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

- name: Publish the release notes
uses: release-drafter/[email protected]
Expand Down

0 comments on commit 2242df7

Please sign in to comment.