Skip to content

Commit

Permalink
Checkout with fetch-tags, to allow setuptools-git-versioning to find …
Browse files Browse the repository at this point in the history
…the version number
  • Loading branch information
knipknap authored Aug 27, 2023
1 parent bc93f15 commit 104abf0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: true

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

0 comments on commit 104abf0

Please sign in to comment.