Skip to content

Commit 3f16ae0

Browse files
committed
update pre-commits add branch name
1 parent 4aed08a commit 3f16ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit-and-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- name: Upload wheel
2929
uses: actions/upload-artifact@v2
3030
with:
31-
name: ${{ github.event.repository.name }}-${{ github.ref_name }}-${{ github.event.inputs.release-version }}-py3-none-any.whl
31+
name: ${{ github.event.repository.name }}-${{ github.ref_name }}.whl
3232
path: dist/*.whl

0 commit comments

Comments
 (0)