Skip to content

Commit d0fb73b

Browse files
github/pypi.yml
Change environment variable according to documentation: https://docs.pypi.org/trusted-publishers/using-a-publisher/
1 parent 1b45846 commit d0fb73b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/pypi.yml

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

@@ -99,9 +97,7 @@ jobs:
9997
- build
10098
runs-on: ubuntu-latest
10199

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

106102
permissions:
107103
id-token: write # IMPORTANT: mandatory for trusted publishing

0 commit comments

Comments
 (0)