Skip to content

Commit 8399022

Browse files
authored
Add checkout actions to deploy workflow (#1027)
1 parent 32c66d8 commit 8399022

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-python.yml

+5
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ jobs:
135135
- build-sdist
136136

137137
steps:
138+
- uses: actions/checkout@v4
139+
with:
140+
persist-credentials: false
141+
fetch-depth: 0
142+
138143
- uses: actions/setup-python@v2
139144
with:
140145
python-version: "3.x"

0 commit comments

Comments
 (0)