Skip to content

Commit

Permalink
Merge pull request #8 from nasa/harmony-895-2
Browse files Browse the repository at this point in the history
HARMONY-895: Write version to the correct file
  • Loading branch information
bilts authored Jul 16, 2021
2 parents 7cbdac1 + f39f808 commit 20db6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ci: test
coverage html

build: clean
sed -i.bak "s/__version__ .*/__version__ = \"$(VERSION)\"/" eosdis_store/VERSION.py && rm eosdis_store/version.py.bak
sed -i.bak "s/__version__ .*/__version__ = \"$(VERSION)\"/" eosdis_store/version.py && rm eosdis_store/version.py.bak
python -m pip install --upgrade --quiet setuptools wheel twine
python setup.py --quiet sdist bdist_wheel

Expand Down

0 comments on commit 20db6d3

Please sign in to comment.