Skip to content

Commit 54194d4

Browse files
committed
Fix
1 parent f157ce9 commit 54194d4

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ jobs:
2222
run: cargo fmt -- --check
2323
working-directory: pysplashsurf
2424

25-
# generate-stub:
26-
# name: Run stub generator
27-
# runs-on: ubuntu-latest
28-
# steps:
29-
# - uses: actions/checkout@v3
30-
# - uses: moonrepo/setup-rust@v1
31-
# - run: |
32-
# cargo run --bin stub_gen
33-
# working-directory: pysplashsurf
34-
# - name: Upload stub as artifact
35-
# uses: actions/upload-artifact@v4
36-
# with:
37-
# name: pysplashsurf.pyi
38-
# path: pysplashsurf/pysplashsurf/
25+
generate-stub:
26+
name: Run stub generator
27+
runs-on: ubuntu-latest
28+
steps:
29+
- uses: actions/checkout@v3
30+
- uses: moonrepo/setup-rust@v1
31+
- run: |
32+
cargo run --bin stub_gen
33+
working-directory: pysplashsurf
34+
- name: Upload stub as artifact
35+
uses: actions/upload-artifact@v4
36+
with:
37+
name: pysplashsurf.pyi
38+
path: pysplashsurf/pysplashsurf/
3939

4040
# linux:
4141
# name: Build wheels for Linux

0 commit comments

Comments
 (0)