Skip to content

Commit

Permalink
Provide auto pre-commit hook release
Browse files Browse the repository at this point in the history
  • Loading branch information
vanya909 committed Dec 7, 2024
1 parent bb46b6f commit 5c8ae9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,10 @@ jobs:
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: vanya909/pyrust-task-id-pre-commit
event-type: pypi_release
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 comments on commit 5c8ae9e

Please sign in to comment.