We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4aed08a + 3f16ae0 commit c0c7bb6Copy full SHA for c0c7bb6
.github/workflows/pre-commit-and-build.yml
@@ -28,5 +28,5 @@ jobs:
28
- name: Upload wheel
29
uses: actions/upload-artifact@v2
30
with:
31
- name: ${{ github.event.repository.name }}-${{ github.ref_name }}-${{ github.event.inputs.release-version }}-py3-none-any.whl
+ name: ${{ github.event.repository.name }}-${{ github.ref_name }}.whl
32
path: dist/*.whl
0 commit comments