File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1- name : build_wppm,
2-
1+ name : build_wppm
32# 2025-08-16: from TornadoWeb simple example
43# object:
54# - learn the matrix method
@@ -11,22 +10,13 @@ name: build_wppm,
1110# python -X utf8 -c "from wppm import wheelhouse as wh; wh.pylock_to_req('pylock.wppmbuild.toml', r'requir.wppmbuild.txt')"
1211#
1312on :
14- push :
15- # branches:
16- # # Run on release branches. This gives us a chance to detect rot in this
17- # # configuration before pushing a tag (which we'd rather not have to undo).
18- # - "branch[0-9]*"
19- # tags:
20- # # The main purpose of this workflow is to build wheels for release tags.
21- # # It runs automatically on tags matching this pattern and pushes to pypi.
22- # - "v*"
2313 workflow_dispatch :
2414 # Allow this workflow to be run manually (pushing to testpypi instead of pypi)
2515permissions : {}
2616
2717env :
2818 python-version : ' 3.13'
29- WINPYrequirements= winpython/portable/cycle_2025_04/requir.wppmbuild.toml
19+ WINPYrequirements : ' winpython/portable/cycle_2025_04/requir.wppmbuild.toml'
3020
3121jobs :
3222 build_wheels :
You can’t perform that action at this time.
0 commit comments