Skip to content

Commit 02643bc

Browse files
committed
Set up GitHub environments and trusted publishing for PyPI
1 parent b4f7fa9 commit 02643bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727

2828
test-pypi:
2929
runs-on: ubuntu-latest
30+
environment: testpypi
3031
permissions:
3132
id-token: write
3233
needs: build
@@ -49,6 +50,7 @@ jobs:
4950

5051
pypi:
5152
runs-on: ubuntu-latest
53+
environment: pypi
5254
permissions:
5355
id-token: write
5456
needs: build

0 commit comments

Comments
 (0)