Skip to content

Commit

Permalink
Merge pull request #38 from usnistgov/33-make-package-pypi-installable
Browse files Browse the repository at this point in the history
increase fetch depth to find tagged release
  • Loading branch information
delongchamp authored Dec 10, 2024
2 parents 0a639ef + ac12154 commit 7aacf03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Check out the code
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch full history with tags

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

0 comments on commit 7aacf03

Please sign in to comment.