Skip to content

Commit 914222c

Browse files
authored
Fix deploy workflow to PyPI
1 parent 2583228 commit 914222c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python.yml

+3
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ jobs:
106106

107107
steps:
108108

109+
- uses: actions/checkout@master
110+
- run: git fetch --prune --unshallow
111+
109112
- uses: actions/download-artifact@v2
110113
with:
111114
name: dist

0 commit comments

Comments
 (0)