Skip to content

Commit

Permalink
Merge pull request #17 from isuthermography/master
Browse files Browse the repository at this point in the history
Yml syntax
  • Loading branch information
sdh4 authored Jul 15, 2024
2 parents 7202bfb + 072b898 commit d56a5d8
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 d56a5d8

Please sign in to comment.