Skip to content

Commit

Permalink
remove packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
changliao1025 committed May 10, 2023
1 parent 63ef35b commit 32b7a5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
- name: Install packaging
run: |
pip install packaging
- name: Build package
run: python setup.py build_external
Expand All @@ -52,7 +48,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
pip install packaging
- name: Build package
run: python setup.py build_external
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import shutil
from setuptools import setup, find_packages, Command


NAME = "hexwatershed"
DESCRIPTION = \
"A mesh-independent flow direction model for hydrologic models"
Expand Down

0 comments on commit 32b7a5a

Please sign in to comment.