Skip to content

Commit ee7cc9f

Browse files
committed
Revert "github/pypi.yml"
This reverts commit d0fb73b.
1 parent d0fb73b commit ee7cc9f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
needs:
3636
- build
3737
runs-on: ubuntu-latest
38-
environment: release
38+
environment:
39+
name: pypi
40+
url: https://pypi.org/p/opensips
3941
permissions:
4042
id-token: write # IMPORTANT: mandatory for trusted publishing
4143

@@ -97,7 +99,9 @@ jobs:
9799
- build
98100
runs-on: ubuntu-latest
99101

100-
environment: release
102+
environment:
103+
name: testpypi
104+
url: https://test.pypi.org/p/opensips
101105

102106
permissions:
103107
id-token: write # IMPORTANT: mandatory for trusted publishing

0 commit comments

Comments
 (0)