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 \
3030 flake8 flake8-bugbear pyupgrade mypy
3131DEBDEVPKGS =pylint python3-coverage sloccount \
3232 python3-flake8 shellcheck
33- VERSION =1.1 # please also update setup.py
33+ VERSION =1.2 # please also update setup.py
3434
3535# # all : default task
3636all :
@@ -157,7 +157,7 @@ pyupgrade: $(filter-out schema_salad/metaschema.py,${PYSOURCES})
157157release : FORCE
158158 ./release-test.sh
159159 . testenv2/bin/activate && \
160- testenv2/src/${MODULE} /setup.py sdist bdist_wheel && \
160+ python testenv2/src/${MODULE} /setup.py sdist bdist_wheel && \
161161 pip install twine && \
162162 twine upload testenv2/src/${MODULE} /dist/* && \
163163 git tag ${VERSION} && git push --tags
You can’t perform that action at this time.
0 commit comments