Skip to content

Commit

Permalink
makefile mods (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
okken authored Nov 10, 2023
1 parent 062a5bc commit 1098836
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ test: ## run tests on one version of Python
tox: ## run tests on all available versions of Python
tox

release: clean ## package and upload a release
rm -fr dist
flit publish
@echo "pushing tags"
git tag $(cards version)
git push --tags

dist: clean ## builds source and wheel package
flit build
ls -l dist
Expand Down

0 comments on commit 1098836

Please sign in to comment.