We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9158f1d commit e858aa1Copy full SHA for e858aa1
.github/workflows/pypi.yml
@@ -15,8 +15,10 @@ jobs:
15
runs-on: ubuntu-20.04
16
steps:
17
- uses: actions/checkout@master
18
+ - name: Fetch all history for all tags and branches
19
+ run: git fetch --prune --unshallow
20
- name: Set up Python 3.9
- uses: actions/setup-python@v1
21
+ uses: actions/setup-python@v2
22
with:
23
python-version: 3.9
24
- name: Install pypa/build
0 commit comments