Skip to content

Commit

Permalink
Merge pull request #15 from isuthermography/master
Browse files Browse the repository at this point in the history
For github CI, pull in all tags so setuptools_scm can use them
  • Loading branch information
sdh4 authored Jul 15, 2024
2 parents 288a896 + e59099d commit bb63a29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Get history and tags for SCM versioning to work
run:
git fetch --prune --unshallow
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit bb63a29

Please sign in to comment.