Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 25, 2023
1 parent dc82648 commit a317ccf
Showing 1 changed file with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file is autogenerated by maturin v1.3.0
# To update, run
# This file was originally autogenerated by maturin v1.3.0.
# To run again, use (probably in `braidz-parser/braidz-chunked-iter/pybraidz-chunked-iter` dir)
#
# maturin generate-ci github
#
name: CI
name: pybraidz-chunked-iter

on:
push:
Expand All @@ -24,6 +24,9 @@ jobs:
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
defaults:
run:
working-directory: braidz-parser/braidz-chunked-iter/pybraidz-chunked-iter
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -47,6 +50,9 @@ jobs:
strategy:
matrix:
target: [x64, x86]
defaults:
run:
working-directory: braidz-parser/braidz-chunked-iter/pybraidz-chunked-iter
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -70,6 +76,9 @@ jobs:
strategy:
matrix:
target: [x86_64, aarch64]
defaults:
run:
working-directory: braidz-parser/braidz-chunked-iter/pybraidz-chunked-iter
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -89,6 +98,9 @@ jobs:

sdist:
runs-on: ubuntu-latest
defaults:
run:
working-directory: braidz-parser/braidz-chunked-iter/pybraidz-chunked-iter
steps:
- uses: actions/checkout@v3
- name: Build sdist
Expand All @@ -107,6 +119,9 @@ jobs:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
defaults:
run:
working-directory: braidz-parser/braidz-chunked-iter/pybraidz-chunked-iter
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit a317ccf

Please sign in to comment.