Skip to content

Commit e3f9952

Browse files
committed
release adjustment
1 parent b02cc28 commit e3f9952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DEVPKGS=diff_cover black pylint coverage pep257 pytest-xdist \
3030
flake8 flake8-bugbear pyupgrade mypy
3131
DEBDEVPKGS=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
3636
all:
@@ -157,7 +157,7 @@ pyupgrade: $(filter-out schema_salad/metaschema.py,${PYSOURCES})
157157
release: 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

0 commit comments

Comments
 (0)