Skip to content

Commit

Permalink
Merge 34aa118 into a746ae4
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoening committed May 8, 2023
2 parents a746ae4 + 34aa118 commit 0316d43
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ notebooks/.ipynb_checkpoints/

flexmeasures/ui/static/documentation
documentation/img/screenshot_*
generic_asset_fm_user_ownership.sql

uml_diagram.png
db_schema.png
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install-deps:
pip-sync requirements/app.txt

install-flexmeasures:
python setup.py develop
pip install -e

install-pip-tools:
pip3 install -q "pip-tools>=6.4"
Expand Down
Empty file.
Empty file.
3 changes: 1 addition & 2 deletions to_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ pip -q install twine
pip -q install wheel

echo "[TO_PYPI] Packaging ..."
python setup.py egg_info sdist
python setup.py egg_info bdist_wheel
python -m build

if [ "$1" == "--dry-run" ]; then
echo "[TO_PYPI] Not uploading to Pypi (--dry-run active) ..."
Expand Down

0 comments on commit 0316d43

Please sign in to comment.