Skip to content

Commit

Permalink
Makefile update for pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 26, 2021
1 parent f779a97 commit 7e941e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


ship:
python setup.py sdist bdist_wheel
twine upload dist/* --skip-existing
pipenv run python setup.py sdist bdist_wheel
pipenv run twine upload dist/* --skip-existing


test:
Expand Down
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e941e8

Please sign in to comment.