Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 425dd92

Browse files
authored
FIX: upload to different artifact names (#17)
1 parent 69ee2fe commit 425dd92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ runs:
1919
shell: bash
2020
- uses: actions/upload-artifact@v4
2121
with:
22+
name: pip-constraints-${{ inputs.python-version }}
2223
path: .constraints/py${{ inputs.python-version }}.txt

0 commit comments

Comments
 (0)