We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fee8c7 commit b5203b0Copy full SHA for b5203b0
.github/workflows/pypi.yml
@@ -12,11 +12,13 @@ jobs:
12
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
13
steps:
14
- uses: actions/checkout@v4
15
+ with:
16
+ persist-credentials: false
17
+
18
- name: Set up Python
19
uses: actions/setup-python@v5
20
with:
21
python-version: '3.x'
- cache: 'pip'
22
23
- name: Install dependices
24
run: |
.github/workflows/test.yml
@@ -14,6 +14,9 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
0 commit comments