We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02cc28 commit e3f9952Copy full SHA for e3f9952
Makefile
@@ -30,7 +30,7 @@ DEVPKGS=diff_cover black pylint coverage pep257 pytest-xdist \
30
flake8 flake8-bugbear pyupgrade mypy
31
DEBDEVPKGS=pylint python3-coverage sloccount \
32
python3-flake8 shellcheck
33
-VERSION=1.1 # please also update setup.py
+VERSION=1.2 # please also update setup.py
34
35
## all : default task
36
all:
@@ -157,7 +157,7 @@ pyupgrade: $(filter-out schema_salad/metaschema.py,${PYSOURCES})
157
release: FORCE
158
./release-test.sh
159
. testenv2/bin/activate && \
160
- testenv2/src/${MODULE}/setup.py sdist bdist_wheel && \
+ python testenv2/src/${MODULE}/setup.py sdist bdist_wheel && \
161
pip install twine && \
162
twine upload testenv2/src/${MODULE}/dist/* && \
163
git tag ${VERSION} && git push --tags
0 commit comments