Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
build-wheel.yaml template 2022.2
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjacksn authored Mar 31, 2022
1 parent eeea91d commit bf09595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# template version 2022.1
# template version 2022.2

name: Build Python wheel for Alpine Linux

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Send repository dispatch to package index
if: github.event_name == 'release'
uses: peter-evans/repository-dispatch@v1.1.3
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.DISPATCH_TOKEN }}
repository: alpine-wheels/index
Expand Down

0 comments on commit bf09595

Please sign in to comment.