Skip to content

Commit

Permalink
Merge pull request #92 from nschloe/deps-update
Browse files Browse the repository at this point in the history
Deps update
  • Loading branch information
nschloe authored Dec 9, 2020
2 parents 69224bb + b734ed6 commit 55f28ac
Show file tree
Hide file tree
Showing 5 changed files with 390 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ upload: clean
# Make sure we're on the master branch
@if [ "$(shell git rev-parse --abbrev-ref HEAD)" != "master" ]; then exit 1; fi
# https://stackoverflow.com/a/58756491/353337
python3 -m pep517.build --source --binary .
python3 -m build --sdist --wheel .
twine upload dist/*

# update:
Expand Down
359 changes: 349 additions & 10 deletions package-lock.json

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

Loading

0 comments on commit 55f28ac

Please sign in to comment.