Skip to content

Commit 189cb58

Browse files
authored
Merge pull request #42 from livechat/Fixup-related-to-tags
Update publish-to-pypi.yml
2 parents 6bc3c50 + dd28cd5 commit 189cb58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
- name: Fetch all history for all tags and branches
15+
run: git fetch --prune --unshallow
1416
- name: Set up Python 3.8
1517
uses: actions/setup-python@v2
1618
with:
1719
python-version: 3.8
1820
- name: Install dependencies
1921
run: |
2022
python -m pip install --upgrade pip
23+
pip install versiontag
2124
pip install build
2225
- name: Build package
2326
run: python -m build

0 commit comments

Comments
 (0)