Skip to content

Commit b31af29

Browse files
committed
better try
1 parent 38408de commit b31af29

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/build_wppm.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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
#
1312
on:
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)
2515
permissions: {}
2616

2717
env:
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

3121
jobs:
3222
build_wheels:

0 commit comments

Comments
 (0)