Skip to content

Commit

Permalink
fix: run permission
Browse files Browse the repository at this point in the history
  • Loading branch information
AgainstEntropy committed Aug 22, 2024
1 parent e155d59 commit 557d253
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-index-from-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Set execute permissions for script
run: chmod +x ./scripts/releases-to-pep-503.sh

- name: Build
run: |
./scripts/releases-to-pep-503.sh index/whl/cpu '^[v]?[0-9]+\.[0-9]+\.[0-9]+$'
Expand Down

0 comments on commit 557d253

Please sign in to comment.