Skip to content

Commit

Permalink
Fix pip --index-url param (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders authored Jul 5, 2023
1 parent 412d409 commit 1b3df68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Download distributions from test.PyPI
run: |
pip install --upgrade pip
pip download fondant==$GITHUB_REF_NAME -d dist --index_url https://test.pypi.org/simple/ --no-deps --only-binary fondant
pip download fondant==$GITHUB_REF_NAME -d dist --index_url https://test.pypi.org/simple/ --no-deps --no-binary fondant
pip download fondant==$GITHUB_REF_NAME -d dist --index-url https://test.pypi.org/simple/ --no-deps --only-binary fondant
pip download fondant==$GITHUB_REF_NAME -d dist --index-url https://test.pypi.org/simple/ --no-deps --no-binary fondant
- name: Publish distribution 📦 to PyPI if triggered by release
uses: pypa/gh-action-pypi-publish@v1.8.6
Expand Down

0 comments on commit 1b3df68

Please sign in to comment.