File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ docs: FORCE
71
71
72
72
# # clean : clean up all temporary / machine-generated files
73
73
clean : FORCE
74
- rm -rf ${MODULE} /__pycache__ ${MODULE} /tests/__pycache__
74
+ rm -rf ${MODULE} /__pycache__ ${MODULE} /tests/__pycache__ schema_salad/_version.py
75
75
rm -f * .so ${MODULE} /* .so ${MODULE} /tests/* .so ${MODULE} /avro/* .so
76
76
python setup.py clean --all || true
77
77
rm -Rf .coverage
@@ -182,11 +182,10 @@ release-test: FORCE
182
182
./release-test.sh
183
183
184
184
release :
185
- export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_SCHEMA_SALAD=${VERSION}
186
- ./release-test.sh
187
- . testenv2/bin/activate && \
188
- python testenv2/src/${PACKAGE} /setup.py sdist bdist_wheel
185
+ export SETUPTOOLS_SCM_PRETEND_VERSION=${VERSION} && \
186
+ ./release-test.sh && \
189
187
. testenv2/bin/activate && \
188
+ python testenv2/src/${PACKAGE} /setup.py sdist bdist_wheel && \
190
189
pip install twine && \
191
190
twine upload testenv2/src/${PACKAGE} /dist/* && \
192
191
git tag ${VERSION} && git push --tags
You can’t perform that action at this time.
0 commit comments