Skip to content

Commit

Permalink
Update PyPI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jun 5, 2024
1 parent 6ddfa3d commit a2b8a4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
# target: ppc64le
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down Expand Up @@ -59,6 +61,8 @@ jobs:
target: x86
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down Expand Up @@ -86,6 +90,8 @@ jobs:
target: aarch64
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand All @@ -105,6 +111,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit a2b8a4f

Please sign in to comment.