Skip to content

Commit

Permalink
build: fix Makefile dependencies and aliases
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <[email protected]>
  • Loading branch information
lrq3000 committed Jun 30, 2024
1 parent dd71ba6 commit 71129e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,5 @@ upload:
twine upload dist/*

buildupload:
@+make testsetup
@+make build
@+make pypimeta
@+make pypi
@+make upload
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test = [ # minimum dependencies to run tests
"pytest",
"pytest-cov",
#"coveralls",
"py-make", # necessary to run the config files in tests/results/*.cfg
"py3make", # necessary to run the config files in tests/results/*.cfg
]
testmeta = [ # dependencies to test meta-data. Note that some of these dependencies make cibuildwheel choke on cryptography
"build",
Expand Down

0 comments on commit 71129e6

Please sign in to comment.