Skip to content

Commit 0d2d30f

Browse files
Merge pull request #314 from cgre-aachen/dev_gemgis2
EditFiles
2 parents 602c15b + c3c54a0 commit 0d2d30f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/pypi_release.yml

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

1515
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'
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'
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)