File tree 3 files changed +3
-122
lines changed
3 files changed +3
-122
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ sample_html_beta: _sample_cog_html ## Generate sample HTML report for a beta rel
177
177
# #@ Kitting: making releases
178
178
179
179
.PHONY : edit_for_release cheats relbranch relcommit1 relcommit2
180
- .PHONY : kit kit_upload test_upload kit_local build_kits download_kits check_kits
180
+ .PHONY : kit kit_upload test_upload kit_local build_kits
181
181
.PHONY : tag bump_version
182
182
183
183
REPO_OWNER = nedbat/coveragepy
@@ -219,13 +219,6 @@ kit_local:
219
219
build_kits : # # Trigger GitHub to build kits
220
220
python ci/trigger_action.py $(REPO_OWNER ) build-kits
221
221
222
- download_kits : # # Download the built kits from GitHub.
223
- python ci/download_gha_artifacts.py $(REPO_OWNER ) ' dist-*' dist
224
-
225
- check_kits : # # Check that dist/* are well-formed.
226
- python -m twine check dist/*
227
- @echo $$(ls -1 dist | wc -l ) distribution kits
228
-
229
222
tag : # : Make a git tag with the version number (see howto.txt).
230
223
git tag -s -m " Version $$ (python setup.py --version)" $$(python setup.py --version )
231
224
git push --follow-tags
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 52
52
- Kits:
53
53
- Wait for kits to finish:
54
54
- https://github.com/nedbat/coveragepy/actions/workflows/kit.yml
55
- - Download and check built kits from GitHub Actions:
56
- $ make clean download_kits check_kits
57
55
- there should be 52
58
- - examine the dist directory, and remove anything that looks malformed.
59
- - opvars
60
56
- test the pypi upload:
61
57
$ make test_upload
58
+ - you'll need to approve the action
62
59
- upload kits:
63
60
$ make kit_upload
61
+ - you'll need to approve the action
64
62
- Tag the tree
65
63
$ make tag
66
64
- Update GitHub releases:
You can’t perform that action at this time.
0 commit comments