File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ DEVPKGS=diff_cover black pylint coverage pep257 pytest-xdist \
30
30
flake8 flake8-bugbear pyupgrade mypy
31
31
DEBDEVPKGS =pylint python3-coverage sloccount \
32
32
python3-flake8 shellcheck
33
- VERSION =1.1 # please also update setup.py
33
+ VERSION =1.2 # please also update setup.py
34
34
35
35
# # all : default task
36
36
all :
@@ -157,7 +157,7 @@ pyupgrade: $(filter-out schema_salad/metaschema.py,${PYSOURCES})
157
157
release : FORCE
158
158
./release-test.sh
159
159
. testenv2/bin/activate && \
160
- testenv2/src/${MODULE} /setup.py sdist bdist_wheel && \
160
+ python testenv2/src/${MODULE} /setup.py sdist bdist_wheel && \
161
161
pip install twine && \
162
162
twine upload testenv2/src/${MODULE} /dist/* && \
163
163
git tag ${VERSION} && git push --tags
You can’t perform that action at this time.
0 commit comments