Skip to content

Commit

Permalink
Revert "Merge back v1" (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Jun 17, 2024
1 parent 6d5b0b3 commit 3c516c0
Show file tree
Hide file tree
Showing 37 changed files with 7,927 additions and 5,141 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
* text eol=lf

*.gpkg binary
*.yaml text eol=lf
*.yml text eol=lf

# GitHub syntax highlighting
pixi.lock linguist-language=YAML
9 changes: 1 addition & 8 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@ jobs:
pip install tomli flit twine
- name: Build artifacts
run: |
python -m pip install --upgrade pip
python -m pip install flit wheel twine
git clean -xdf
git restore -SW .
flit build
python -m twine check dist/*
run: make pypi

- uses: actions/upload-artifact@v3
with:
Expand Down
5 changes: 0 additions & 5 deletions docs/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
"version": "0.9.4",
"url": "https://deltares.github.io/hydromt/v0.9.4/"
},
{
"name": "v0.10.0",
"version": "0.10.0",
"url": "https://deltares.github.io/hydromt/v0.10.0/"
},
{
"name": "latest",
"version": "latest",
Expand Down
Loading

0 comments on commit 3c516c0

Please sign in to comment.