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 c8ca04f commit 8d1bffe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ env:
PACKAGE_NAME: rocraters
PYTHON_VERSION: "3.7" # to build abi3 wheels

# Modified slightly from crfs-rs Python.yml
jobs:
permissions:
contents: read

# Modified slightly from crfs-rs Python.yml
jobs:
linux:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -54,6 +56,6 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --repository=testpypi --non-interactive --skip-existing wheels-*/*
args: --repository=testpypi --non-interactive --skip-existing wheels/rocraters-*


0 comments on commit 8d1bffe

Please sign in to comment.