Skip to content

Commit 7039354

Browse files
committed
fix makefile
1 parent cf87caf commit 7039354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docs: ## generate Sphinx HTML documentation, including API docs
7575
servedocs: docs ## compile the docs watching for changes
7676
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
7777

78-
release: clean ## package and upload a release
78+
release: dist ## package and upload a release
7979
twine upload dist/*
8080

8181
dist: clean ## builds source and wheel package

0 commit comments

Comments
 (0)