Skip to content

Commit

Permalink
move workflows to root
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Sep 29, 2023
1 parent 84bb491 commit 415ba9f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
steps:
- uses: actions/checkout@v3
with:
path: bindings/python
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand All @@ -49,6 +51,8 @@ jobs:
target: [x64, x86]
steps:
- uses: actions/checkout@v3
with:
path: bindings/python
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand All @@ -72,6 +76,8 @@ jobs:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
with:
path: bindings/python
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand All @@ -91,6 +97,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: bindings/python
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 415ba9f

Please sign in to comment.