Skip to content

Commit

Permalink
Update publish_py.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Jun 11, 2024
1 parent b6cac3b commit e5c8cce
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/publish_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.8
- name: cd
run: cd matcher_py
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -72,6 +74,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.8
- name: cd
run: cd matcher_py
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -98,8 +102,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.8
architecture: ${{ matrix.platform.target }}
- name: cd
run: cd matcher_py
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -125,7 +131,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.8
- name: cd
run: cd matcher_py
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -142,6 +150,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: cd
run: cd matcher_py
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit e5c8cce

Please sign in to comment.