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:
15
15
release :
16
16
git tag -s " $( PKG_VERSION) " -m " v$( PKG_VERSION) "
17
17
-git push $(shell git rev-parse --abbrev-ref @{push} | cut -d '/' -f1) refs/tags/$(PKG_VERSION )
18
- # tox run -e publish-release
19
18
20
19
.PHONY : collated-test-report
21
20
collated-test-report :
Original file line number Diff line number Diff line change 2
2
3
3
- Bump the version with ` ./scripts/bump-version.py NEW_VERSION `
4
4
- 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
81
81
description = " update autogenerated pre-commit hooks"
82
82
commands = python ./scripts/generate-hooks-config.py
83
83
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
-
95
84
[pytest]
96
85
filterwarnings = error
You can’t perform that action at this time.
0 commit comments