We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fb73b commit ee7cc9fCopy full SHA for ee7cc9f
1 file changed
.github/workflows/pypi.yml
@@ -35,7 +35,9 @@ jobs:
35
needs:
36
- build
37
runs-on: ubuntu-latest
38
- environment: release
+ environment:
39
+ name: pypi
40
+ url: https://pypi.org/p/opensips
41
permissions:
42
id-token: write # IMPORTANT: mandatory for trusted publishing
43
@@ -97,7 +99,9 @@ jobs:
97
99
98
100
101
102
103
+ name: testpypi
104
+ url: https://test.pypi.org/p/opensips
105
106
107
0 commit comments