We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5585f8a commit 61508c2Copy full SHA for 61508c2
.github/workflows/generate-index-from-release.yaml
@@ -44,6 +44,8 @@ jobs:
44
./scripts/releases-to-pep-503.sh index/whl/cu122 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-cu122$'
45
./scripts/releases-to-pep-503.sh index/whl/cu123 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-cu123$'
46
./scripts/releases-to-pep-503.sh index/whl/cu124 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-cu124$'
47
+ ./scripts/releases-to-pep-503.sh index/whl/cu125 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-cu124$'
48
+ ./scripts/releases-to-pep-503.sh index/whl/cu126 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-cu124$'
49
./scripts/releases-to-pep-503.sh index/whl/metal '^[v]?[0-9]+\.[0-9]+\.[0-9]+-metal$'
50
- name: Upload artifact
51
uses: actions/upload-pages-artifact@v3
0 commit comments