Skip to content

Commit

Permalink
Merge pull request #313 from cgre-aachen/dev_gemgis2
Browse files Browse the repository at this point in the history
Dev gemgis2
  • Loading branch information
AlexanderJuestel committed Nov 5, 2023
2 parents 4311a97 + b1bbac0 commit 602c15b
Show file tree
Hide file tree
Showing 9 changed files with 1,716 additions and 86 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ jobs:
runs-on: ubuntu-latest

steps:

# 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/*'

- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
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'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ include requirements_dev.txt

recursive-exclude * __pycache__

exclude .git/* .idea/*
exclude .git/* .idea/* docs/* .github/* joss/* tests/*
Loading

0 comments on commit 602c15b

Please sign in to comment.