Skip to content

Commit c20f67a

Browse files
committed
debug
1 parent e7e666c commit c20f67a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ on:
77

88
permissions:
99
contents: read
10+
id-token: write
1011

1112
jobs:
1213
pypi-publish:
1314
name: Upload release to PyPI
1415
runs-on: ubuntu-latest
15-
environment:
16-
name: pypi
17-
url: https://pypi.org/project/proxyproviders/
18-
permissions:
19-
id-token: write
2016
steps:
2117
- name: Checkout code
2218
uses: actions/checkout@v2

0 commit comments

Comments
 (0)