Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Apr 16, 2024
1 parent 9167aea commit ee2e066
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install built wheel
if: matrix.target == 'x86_64'
run: |
pip install ${{ env.PACKAGE_NAME }}-*.whl --no-index --find-links dist --force-reinstall
pip install dist/${{ env.PACKAGE_NAME }}-*.whl --no-index --find-links dist --force-reinstall
python -c "import rocraters"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand All @@ -54,10 +54,11 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: wheels
path: dist
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
with:
command: upload
args: --repository=testpypi --non-interactive --skip-existing *
args: --repository=testpypi --non-interactive --skip-existing -m python/cargo.toml


0 comments on commit ee2e066

Please sign in to comment.