Skip to content

Commit

Permalink
fix: Use same version for upload and download artifact
Browse files Browse the repository at this point in the history
fix: download python package in dist folder
  • Loading branch information
frascuchon committed May 30, 2024
1 parent 0f483c5 commit ebffa1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/argilla.build-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
rm -rf dist && python -m build
- name: Upload package artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package
name: argilla
path: argilla/dist
2 changes: 1 addition & 1 deletion .github/workflows/argilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Download python package
uses: actions/download-artifact@v4
with:
name: python-package
name: argilla
path: dist

- name: Publish Package to TestPyPI 🥪
Expand Down

0 comments on commit ebffa1b

Please sign in to comment.