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.
2 parents 602c15b + c3c54a0 commit 0d2d30fCopy full SHA for 0d2d30f
.github/workflows/pypi_release.yml
@@ -13,14 +13,14 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v2
17
- # Need the tags so that setuptools-scm can form a valid version number
18
- - name: Fetch git tags
19
- run: git fetch origin 'refs/tags/*:refs/tags/*'
20
- - name: Set up Python
21
- uses: actions/setup-python@v2
22
- with:
23
- python-version: '3.x'
+ - uses: actions/checkout@v2
+ # Need the tags so that setuptools-scm can form a valid version number
+ - name: Fetch git tags
+ run: git fetch origin 'refs/tags/*:refs/tags/*'
+ - name: Set up Python
+ uses: actions/setup-python@v2
+ with:
+ python-version: '3.x'
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
0 commit comments