We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aed08a commit 3f16ae0Copy full SHA for 3f16ae0
.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