Skip to content

Commit 602c15b

Browse files
Merge pull request #313 from cgre-aachen/dev_gemgis2
Dev gemgis2
2 parents 4311a97 + b1bbac0 commit 602c15b

File tree

9 files changed

+1716
-86
lines changed

9 files changed

+1716
-86
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

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ include requirements_dev.txt
55

66
recursive-exclude * __pycache__
77

8-
exclude .git/* .idea/*
8+
exclude .git/* .idea/* docs/* .github/* joss/* tests/*

0 commit comments

Comments
 (0)