Skip to content

Commit

Permalink
fix: upload latest version to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed May 29, 2024
1 parent 7890f36 commit 1debad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code with tag # ${{ needs.cd.outputs.tag }}
uses: actions/checkout@v3
# with:
# ref: ${{ needs.cd.outputs.tag }}
uses: actions/checkout@v4
with:
ref: ${{ needs.cd.outputs.tag }}

- name: Set up Python 3.12
uses: actions/setup-python@v4
Expand Down

0 comments on commit 1debad3

Please sign in to comment.