Skip to content

Commit

Permalink
feat(package): release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Aug 26, 2021
1 parent becd0ed commit 071364f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ bootstrap:
cp tests/data/dev.db dev.db
pre-commit install

. PHONY: package
package:
rm -rf dist/*
python setup.py sdist
python setup.py sdist bdist_wheel

. PHONE: release
release:
twine upload dist/*

.PHONY: test
test:
tox $(ARGS)
Expand Down
2 changes: 2 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
tox==3.14.0
twine==3.4.2
wheel==0.37.0
pre-commit==2.8.2

0 comments on commit 071364f

Please sign in to comment.