Skip to content

Commit 86be1f8

Browse files
committed
Setup release environment
1 parent 370b593 commit 86be1f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
release:
1515
runs-on: ubuntu-latest
16+
environment: release
1617

1718
steps:
1819
- uses: actions/checkout@v6
@@ -24,4 +25,4 @@ jobs:
2425
- run: make publish
2526
env:
2627
TWINE_USERNAME: __token__
27-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
28+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)