Skip to content

Commit ebffa1b

Browse files
committed
fix: Use same version for upload and download artifact
fix: download python package in dist folder
1 parent 0f483c5 commit ebffa1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/argilla.build-python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
rm -rf dist && python -m build
3131
3232
- name: Upload package artifact
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
35-
name: python-package
35+
name: argilla
3636
path: argilla/dist

.github/workflows/argilla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Download python package
128128
uses: actions/download-artifact@v4
129129
with:
130-
name: python-package
130+
name: argilla
131131
path: dist
132132

133133
- name: Publish Package to TestPyPI 🥪

0 commit comments

Comments
 (0)