Skip to content

Commit c0c7bb6

Browse files
Merge pull request #11 from anthonypernia/develop
update pre-commits add branch name
2 parents 4aed08a + 3f16ae0 commit c0c7bb6

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)