Skip to content

Commit

Permalink
chore(ci): remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Mar 22, 2024
1 parent 5f3730c commit a962b31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
- name: Parse version and output Test PyPI URL
id: test-version
if: ${{ contains(github.ref, '-rc') }}
# run littlepay first, so `littlepay -v` doesn't create the config file (which outputs a message)
run: |
pip install -e .
output=$(littlepay -v)
Expand All @@ -69,7 +68,6 @@ jobs:
- name: Parse version and output PyPI URL
id: version
if: ${{ !contains(github.ref, '-rc') }}
# run littlepay first, so `littlepay -v` doesn't create the config file (which outputs a message)
run: |
pip install -e .
output=$(littlepay -v)
Expand Down

0 comments on commit a962b31

Please sign in to comment.