File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ showvars:
1515release :
1616 git tag -s " $( PKG_VERSION) " -m " v$( PKG_VERSION) "
1717 -git push $(shell git rev-parse --abbrev-ref @{push} | cut -d '/' -f1) refs/tags/$(PKG_VERSION )
18- # tox run -e publish-release
1918
2019.PHONY : collated-test-report
2120collated-test-report :
Original file line number Diff line number Diff line change 22
33- Bump the version with ` ./scripts/bump-version.py NEW_VERSION `
44- Add, commit with ` git commit -m 'Bump version for release' ` , and push
5- - Publish the release with ` make release `
5+ - Create a release tag, which will auto-publish to testpypi (` make release ` )
6+ - Create a GitHub release, which will auto-publish to pypi (web UI)
Original file line number Diff line number Diff line change @@ -81,16 +81,5 @@ commands = python ./scripts/vendor-schemas.py
8181description = " update autogenerated pre-commit hooks"
8282commands = python ./scripts/generate-hooks-config.py
8383
84- [testenv:publish-release]
85- description = " build and publish to pypi"
86- skip_install = true
87- deps = twine
88- build
89- # clean the build dir before rebuilding
90- allowlist_externals = rm
91- commands_pre = rm -rf dist/
92- commands = python -m build
93- twine upload dist/*
94-
9584[pytest]
9685filterwarnings = error
You can’t perform that action at this time.
0 commit comments