Skip to content

Commit

Permalink
ci: Force reinstall package from test.pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jun 14, 2024
1 parent b96a936 commit 8cff79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/argilla-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Test Installing 🍿
continue-on-error: true
run: pip install --index-url https://test.pypi.org/simple --no-deps $PACKAGE_NAME==$PACKAGE_VERSION
run: pip install --upgrade --no-deps --force-reinstall --index-url https://test.pypi.org/simple $PACKAGE_NAME==$PACKAGE_VERSION

- name: Publish Package to PyPI 🥩
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 8cff79c

Please sign in to comment.