Skip to content

Commit bc4a202

Browse files
authored
explicit build-deps; tag before making release wheels (#565)
1 parent ccd3d0b commit bc4a202

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,9 @@ release-test: FORCE
187187
git diff-index --quiet HEAD -- || ( echo You have uncommited changes, please commit them and try again; false )
188188
./release-test.sh
189189

190-
release: release-test
190+
release:
191191
git tag ${VERSION}
192+
./release-test.sh
192193
. testenv2/bin/activate && \
193194
python testenv2/src/${PACKAGE}/setup.py sdist bdist_wheel
194195
. testenv2/bin/activate && \

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
[build-system]
2+
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2", "mypy==0.961", "black>=19.10b0", "types-pkg_resources", "types-requests", "types-dataclasses", "ruamel.yaml>= 0.12.4, != 0.16.6, < 0.18", "types-setuptools"]
3+
build-backend = "setuptools.build_meta"
4+
15
[tool.setuptools_scm]
26
write_to = "schema_salad/_version.py"

0 commit comments

Comments
 (0)