Skip to content

Commit 16cfcf0

Browse files
committed
Environment
1 parent 365f675 commit 16cfcf0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
name: Build Python Wheel
1414
runs-on: ubuntu-latest
1515

16-
environment:
17-
name: testpypi
18-
url: https://test.pypi.org/p/dectalk/
1916
permissions:
2017
id-token: write
2118
contents: write
@@ -89,6 +86,9 @@ jobs:
8986
runs-on: ubuntu-latest
9087
permissions:
9188
id-token: write
89+
environment:
90+
name: testpypi
91+
url: https://test.pypi.org/p/dectalk/
9292
steps:
9393
- name: Download All Artifacts
9494
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)