Skip to content

Commit

Permalink
add override for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed May 20, 2022
1 parent 16afa5a commit 5d574f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_pypi-release.yml
Expand Up @@ -74,6 +74,11 @@ jobs:
else
echo '::set-output name=exists::true'
fi
- name: Temp Always fail.
run: |
echo exits: ${{ steps.set_existence.outputs.exists.outputs.exists}}
echo '::set-output name=exists::true'
skip-pypi-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5d574f3

Please sign in to comment.