Skip to content

Commit e6304c1

Browse files
committed
ci: Try to fix uploading pre-releases to PyPI
wtf GitHub: actions/checkout#1467 actions/checkout#1471
1 parent b1ce67c commit e6304c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/pypi.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0 # needed for pre-releases
1214
- name: Set up Python
1315
uses: actions/setup-python@v4
1416
with:

0 commit comments

Comments
 (0)