Skip to content

Commit 71129e6

Browse files
committed
build: fix Makefile dependencies and aliases
Signed-off-by: Stephen L. <LRQ3000@gmail.com>
1 parent dd71ba6 commit 71129e6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,5 @@ upload:
100100
twine upload dist/*
101101

102102
buildupload:
103-
@+make testsetup
104103
@+make build
105-
@+make pypimeta
106-
@+make pypi
104+
@+make upload

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ test = [ # minimum dependencies to run tests
7979
"pytest",
8080
"pytest-cov",
8181
#"coveralls",
82-
"py-make", # necessary to run the config files in tests/results/*.cfg
82+
"py3make", # necessary to run the config files in tests/results/*.cfg
8383
]
8484
testmeta = [ # dependencies to test meta-data. Note that some of these dependencies make cibuildwheel choke on cryptography
8585
"build",

0 commit comments

Comments
 (0)