Skip to content

Commit

Permalink
workaround for issue Sage-Bionetworks#9
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jul 1, 2020
1 parent 0723406 commit 20e2550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ answers:
cd docs && $(MAKE) html
xdg-open docs/build/html/index.html

# -q flag is a workaround for jcapi-python lib not being in pypi (issue #9)
package: clean docs
python setup.py sdist
# python setup.py bdist_wheel
python setup.py -q sdist bdist_wheel
twine check dist/*
ls -l dist

Expand Down

0 comments on commit 20e2550

Please sign in to comment.