Skip to content

Commit 8152cd7

Browse files
authored
update build prod workflows to fetch tags to fix incorrect version numbering (#2504)
1 parent 434ed57 commit 8152cd7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/push_build_to_prod_pypi.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v3
35+
with:
36+
fetch-tags: 'true'
3537
- name: Set up Python
3638
uses: actions/[email protected]
3739
with:

.github/workflows/push_build_to_test_pypi.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v3
33+
with:
34+
fetch-tags: 'true'
3335
- name: Set up Python
3436
uses: actions/[email protected]
3537
with:

0 commit comments

Comments
 (0)