Skip to content

Commit

Permalink
Merge pull request #399 from pbs-data-solutions/publish
Browse files Browse the repository at this point in the history
Fix relase
  • Loading branch information
sanders41 authored Oct 10, 2024
2 parents 893cd5c + 69c06a8 commit f98dd39
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 f98dd39

Please sign in to comment.