Skip to content

Commit

Permalink
Fix relase
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Oct 10, 2024
1 parent 893cd5c commit 69c06a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
Expand Down

0 comments on commit 69c06a8

Please sign in to comment.