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 a0829f7 commit 6fe7396Copy full SHA for 6fe7396
.github/workflows/lint.yml
@@ -14,6 +14,8 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v4
17
+ with:
18
+ persist-credentials: false
19
- uses: actions/setup-python@v5
20
with:
21
python-version: "3.x"
.github/workflows/release.yml
@@ -24,6 +24,7 @@ jobs:
24
25
26
fetch-depth: 0
27
28
29
- uses: hynek/build-and-inspect-python-package@v2
30
.github/workflows/test.yml
@@ -18,6 +18,8 @@ jobs:
22
23
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
0 commit comments