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 dabfa8b commit 54e4fc7Copy full SHA for 54e4fc7
.github/workflows/publish-to-pypi.yml
@@ -9,6 +9,8 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v4
12
+ with:
13
+ persist-credentials: false
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
with:
.github/workflows/ruff.yml
@@ -13,7 +13,9 @@ jobs:
matrix:
python-version: ["3.10"]
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
18
19
- name: Set up Python ${{ matrix.python-version }}
20
uses: actions/setup-python@v3
21
0 commit comments