We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0390079 commit 66258f5Copy full SHA for 66258f5
.github/workflows/release.yml
@@ -11,6 +11,9 @@ env:
11
jobs:
12
release:
13
runs-on: ubuntu-latest
14
+ environment: pypi
15
+ permissions:
16
+ id-token: write
17
steps:
18
- name: Check out the repository
19
uses: actions/checkout@v4
@@ -35,7 +38,5 @@ jobs:
35
38
if: github.event_name == 'release'
36
39
uses: pypa/gh-action-pypi-publish@release/v1
37
40
with:
- user: __token__
- password: ${{ secrets.UPATH_GIT_REPO }}
41
verbose: true
42
skip_existing: true
0 commit comments