Skip to content

Commit

Permalink
Update pypi_release.yml (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshwar-more authored Feb 16, 2024
1 parent 9f4ce9a commit 45deaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
TAG=$(echo $GITHUB_REF | sed 's/refs\/tags\///')
VERSION=$(echo $TAG | sed 's/v//')
echo "Using Build Version $VERSION"
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple
pip install -i https://test.pypi.org/simple/ pebblo --extra-index-url https://pypi.org/simple
build:
name: build_distribution
runs-on: ubuntu-latest
Expand Down

0 comments on commit 45deaed

Please sign in to comment.