Skip to content

Commit 85d51a8

Browse files
authored
Merge pull request #250 from nipreps/fix/pypi-test
FIX: Test pypi workflow
2 parents 6f562b1 + 7cab97d commit 85d51a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
auto-release-test-pypi:
3737
runs-on: ubuntu-latest
38+
# Keep this value aligned with the TestPyPI trusted publisher configuration.
39+
environment: "TestPyPI"
3840
needs: [build-package]
3941
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
4042
permissions:
@@ -54,6 +56,7 @@ jobs:
5456

5557
auto-release-pypi:
5658
runs-on: ubuntu-latest
59+
# Keep this value aligned with the PyPI trusted publisher configuration.
5760
environment: "Release"
5861
needs: [build-package]
5962
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)