Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra authored Feb 8, 2023
1 parent 3dbe419 commit dc6f3ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main
- master
tags:
- '*'
release:
types: [created]
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -67,4 +71,4 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --skip-existing *
args: --skip-existing *

0 comments on commit dc6f3ff

Please sign in to comment.