Skip to content

Commit

Permalink
Patch for broken maturin-action.
Browse files Browse the repository at this point in the history
  • Loading branch information
RemingtonRohel committed Oct 11, 2024
1 parent f9e0d0b commit f1b9439
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand All @@ -167,6 +170,9 @@ jobs:
environment: release
steps:
- uses: actions/download-artifact@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit f1b9439

Please sign in to comment.