Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 4bb78dc

Browse files
committed
try again
1 parent 504bd0b commit 4bb78dc

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.github/workflows/build-linux.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
uses: RalfG/python-wheels-manylinux-build@v0.2.2
2-
with:
3-
python-versions: 'cp38-cp38'
1+
name: "FIXME"
2+
3+
on:
4+
release:
5+
types: [created]
6+
7+
jobs:
8+
fixme:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- name: Manylinux build
13+
uses: RalfG/python-wheels-manylinux-build@v0.2.2
14+
with:
15+
python-versions: 'cp38-cp38'

0 commit comments

Comments
 (0)