File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments