Skip to content

Commit e858aa1

Browse files
authored
Update pypi.yml
1 parent 9158f1d commit e858aa1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
runs-on: ubuntu-20.04
1616
steps:
1717
- uses: actions/checkout@master
18+
- name: Fetch all history for all tags and branches
19+
run: git fetch --prune --unshallow
1820
- name: Set up Python 3.9
19-
uses: actions/setup-python@v1
21+
uses: actions/setup-python@v2
2022
with:
2123
python-version: 3.9
2224
- name: Install pypa/build

0 commit comments

Comments
 (0)