Skip to content

Commit 7070367

Browse files
committed
build: more how-to tweaks
1 parent 7df4f6b commit 7070367

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

howto.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,14 @@
4949
- merge to master
5050
- git push
5151
- Start the kits:
52-
$ opvars github
53-
- Trigger the kit GitHub Action
54-
$ make build_kits
52+
$ opvars github; make build_kits
5553
- Kits:
5654
- Wait for kits to finish:
5755
- https://github.com/nedbat/coveragepy/actions/workflows/kit.yml
5856
- test the pypi upload:
5957
$ make test_upload
6058
- approve the action using the url printed out
59+
- take a look: https://test.pypi.org/project/coverage/
6160
- upload kits:
6261
$ make pypi_upload
6362
- approve the action using the url printed out

0 commit comments

Comments
 (0)