Skip to content

Commit

Permalink
update build prod workflows to fetch tags to fix incorrect version nu…
Browse files Browse the repository at this point in the history
…mbering
  • Loading branch information
DragonMoffon committed Jan 23, 2025
1 parent 675e94d commit bb115ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push_build_to_prod_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: 'true'
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push_build_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: 'true'
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit bb115ec

Please sign in to comment.