We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365f675 commit 16cfcf0Copy full SHA for 16cfcf0
1 file changed
.github/workflows/release.yaml
@@ -13,9 +13,6 @@ jobs:
13
name: Build Python Wheel
14
runs-on: ubuntu-latest
15
16
- environment:
17
- name: testpypi
18
- url: https://test.pypi.org/p/dectalk/
19
permissions:
20
id-token: write
21
contents: write
@@ -89,6 +86,9 @@ jobs:
89
86
90
87
91
88
+ environment:
+ name: testpypi
+ url: https://test.pypi.org/p/dectalk/
92
steps:
93
- name: Download All Artifacts
94
uses: actions/download-artifact@v5
0 commit comments