Skip to content

Commit

Permalink
add cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoCorps committed Jan 3, 2020
1 parent 319a1fb commit 4c6e6db
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,10 @@ Deploy
------------

```sh
python3 setup.py build #Build:
python setup.py coverage #Test
python3 setup.py install #Install:
python3 setup.py build #Build:
python setup.py coverage #Test
python3 setup.py install #Install:
rm -rf build morphit.egg-info dist #Cleanup
```

Deploy
Expand All @@ -145,7 +146,8 @@ Deploy

```sh
echo "__version__=1.x.y" > ./morphit/version.py # where x and y are the next version
python3 setup.py coverage && python3 setup.py sdist bdist_wheel
python3 setup.py coverage
python3 setup.py sdist bdist_wheel
twine upload dist/*
```

Expand Down

0 comments on commit 4c6e6db

Please sign in to comment.