From 71129e633885cec1df75730309ccd1bc8b87de15 Mon Sep 17 00:00:00 2001 From: "Stephen L." Date: Sun, 30 Jun 2024 12:27:26 +0200 Subject: [PATCH] build: fix Makefile dependencies and aliases Signed-off-by: Stephen L. --- Makefile | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 055940f..d3e674f 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,5 @@ upload: twine upload dist/* buildupload: - @+make testsetup @+make build - @+make pypimeta - @+make pypi + @+make upload diff --git a/pyproject.toml b/pyproject.toml index cad78b7..b229af1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",