Skip to content

Commit

Permalink
Revert to using checkout Action v2 in the publishing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed May 23, 2024
1 parent 0befa33 commit 7312865
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 7312865

Please sign in to comment.