Skip to content

Commit

Permalink
DELETE ME
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 2, 2024
1 parent 53eb27d commit 9b61e2a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
tags:
- "v*.*.*"
- "!varcon*"
# pull_request: # Only enabled for testing
pull_request: # Only enabled for testing

permissions:
contents: read
Expand Down Expand Up @@ -134,10 +134,3 @@ jobs:
- uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --skip-existing *

0 comments on commit 9b61e2a

Please sign in to comment.