We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb57b8 commit 08dea27Copy full SHA for 08dea27
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- uses: actions/upload-artifact@v4
95
with:
96
- name: dist-wheels-${{ matrix.os }}-py3${{ matrix.python.minor }}-t{{ matrix.python.ft }} # Unique artifact name
+ name: dist-wheels-${{ matrix.os }}-py3${{ matrix.python.minor }}-t${{ matrix.python.ft }} # Unique artifact name
97
path: dist/*
98
99
upload:
0 commit comments