Skip to content

Commit

Permalink
prevent runtime pipfile.lock from changing hash
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwu committed Mar 17, 2022
1 parent de34324 commit a06d202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ test-selenium:
# exported as a point of reference instead.
.PHONY: dist
dist: version-frontend
git reset --hard HEAD
pipenv run python setup.py bdist_wheel
pipenv run twine check $(BDIST_WHEEL)
rm -vf dist/*.egg
Expand Down

0 comments on commit a06d202

Please sign in to comment.