Skip to content

Commit

Permalink
chore: Update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n committed Sep 7, 2024
1 parent fa2f2cd commit 0dc3cc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
steps:
- name: Trigger update of homebrew formula
run: >
sleep 10 # some delay seems to be necessary
curl -L -X POST
-H "Accept: application/vnd.github+json"
-H "Authorization: Bearer ${{ secrets.homebrew_pat }}"
Expand All @@ -131,7 +132,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 0dc3cc0

Please sign in to comment.