Skip to content

Commit

Permalink
fix: install littlepay in release workflow to get version
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Mar 12, 2024
1 parent 040904e commit 0614654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
id: version
if: ${{ !contains(github.ref, '-rc') }}
run: |
pip install pyproject.toml
pip install -e .
output=$(littlepay -v)
version=${output/littlepay /}
echo "PYPI_RELEASE_URL=https://pypi.org/project/calitp-littlepay/$(version)" > "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 0614654

Please sign in to comment.