Skip to content

Commit

Permalink
release adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jul 2, 2021
1 parent b02cc28 commit e3f9952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DEVPKGS=diff_cover black pylint coverage pep257 pytest-xdist \
flake8 flake8-bugbear pyupgrade mypy
DEBDEVPKGS=pylint python3-coverage sloccount \
python3-flake8 shellcheck
VERSION=1.1 # please also update setup.py
VERSION=1.2 # please also update setup.py

## all : default task
all:
Expand Down Expand Up @@ -157,7 +157,7 @@ pyupgrade: $(filter-out schema_salad/metaschema.py,${PYSOURCES})
release: FORCE
./release-test.sh
. testenv2/bin/activate && \
testenv2/src/${MODULE}/setup.py sdist bdist_wheel && \
python testenv2/src/${MODULE}/setup.py sdist bdist_wheel && \
pip install twine && \
twine upload testenv2/src/${MODULE}/dist/* && \
git tag ${VERSION} && git push --tags
Expand Down

0 comments on commit e3f9952

Please sign in to comment.