Skip to content

Commit

Permalink
Fix publish script (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr authored Oct 22, 2023
1 parent 625f45b commit 29e81d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
check: test lint
check: test lint

test: test-runflake8 test-pytest

Expand Down Expand Up @@ -46,4 +46,4 @@ publish: sdist wheel
# Do not add to devdependencies because different platforms install
# different packages
publish-installdeps:
pip install twine wheel
pip install twine wheel setuptools

0 comments on commit 29e81d6

Please sign in to comment.