Skip to content

Commit

Permalink
Yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sdh4 committed Jul 15, 2024
1 parent 0cd68d3 commit 072b898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: perform checkout
uses: actions/checkout@v4
- name: Get history and tags for SCM versioning to work
run:
run: |
git fetch --prune --unshallow
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down

0 comments on commit 072b898

Please sign in to comment.