Skip to content

Commit

Permalink
Add checkout actions to deploy workflow (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jan 8, 2024
1 parent 32c66d8 commit 8399022
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-python.yml
Expand Up @@ -135,6 +135,11 @@ jobs:
- build-sdist

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0

- uses: actions/setup-python@v2
with:
python-version: "3.x"
Expand Down

0 comments on commit 8399022

Please sign in to comment.