Skip to content

Commit c1ea827

Browse files
committed
clean up make
1 parent 5676759 commit c1ea827

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ docs: clean-docs ## generate Sphinx HTML documentation, including API docs
9595

9696
## Deployment targets:
9797

98-
dist: clean ## builds source and wheel package
99-
python -m flit build
100-
ls -l dist
98+
# dist: clean ## builds source and wheel package
99+
# python -m flit build
100+
# ls -l dist
101101

102-
release: dist ## package and upload a release
103-
python -m flit publish dist/*
102+
# release: dist ## package and upload a release
103+
# python -m flit publish dist/*
104104

0 commit comments

Comments
 (0)