Skip to content

Commit b1bbac0

Browse files
EditFiles
1 parent 75443ab commit b1bbac0

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/pypi_release.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
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-
21-
- uses: actions/checkout@v2
22-
- name: Set up Python
23-
uses: actions/setup-python@v2
24-
with:
25-
python-version: '3.x'
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'
2624
- name: Install dependencies
2725
run: |
2826
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)