Skip to content

Commit

Permalink
chore: temporarily disable parts of workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Mar 13, 2024
1 parent 48550ad commit a7d4371
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ defaults:
shell: bash

jobs:
test:
uses: ./.github/workflows/pytest.yml
# test:
# uses: ./.github/workflows/pytest.yml

release:
runs-on: ubuntu-latest
environment: release
needs: test
# environment: release
# needs: test
permissions:
# https://github.com/softprops/action-gh-release#permissions
contents: write
Expand Down Expand Up @@ -62,11 +62,11 @@ jobs:
version=${version/.0/.}
echo "PYPI_RELEASE_URL=https://test.pypi.org/project/calitp-littlepay/$version" >> "$GITHUB_OUTPUT"
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.5
if: ${{ !contains(github.ref, '-rc') }}
with:
print_hash: true
# - name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1.5
# if: ${{ !contains(github.ref, '-rc') }}
# with:
# print_hash: true

- name: Parse version and output PyPI URL
id: version
Expand Down

0 comments on commit a7d4371

Please sign in to comment.