Skip to content

Commit

Permalink
add git checkout before trying to create release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-sift committed Dec 11, 2024
1 parent 2c395fb commit 4c16ff5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Download all platform archives
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 4c16ff5

Please sign in to comment.