Skip to content

Commit

Permalink
change env for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
williammadie committed Jun 19, 2024
1 parent 72543f7 commit 7641003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
prerelease:
name: Publish prerelease to TestPyPI
runs-on: ubuntu-latest
environment: testpypi
environment:
name: prerelease
url: https://test.pypi.org/p/deidcm
permissions:
id-token: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Publish release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
name: release
url: https://pypi.org/p/deidcm
permissions:
id-token: write
Expand Down

0 comments on commit 7641003

Please sign in to comment.