Skip to content

Commit 6f46783

Browse files
committed
fix: add the checkout step to pypi release workflow
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent f74c1b4 commit 6f46783

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/publish-pypi-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Python distributions, publish on PyPI, and create a GH release
1+
name: Build Python distributions, publish on PyPI, and create a GitHub release
22

33
on:
44
workflow_dispatch:
@@ -74,6 +74,11 @@ jobs:
7474
contents: write
7575

7676
steps:
77+
- name: Checkout repository
78+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
79+
with:
80+
persist-credentials: false
81+
7782
- name: Download package distributions
7883
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
7984
with:

0 commit comments

Comments
 (0)