Skip to content

Commit

Permalink
Remove redundant pypi-publish if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire authored Jan 22, 2024
1 parent 9196406 commit e094ac4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
# Split build and publish to restrict trusted publishing to just this workflow
needs: ['pypi-build']
name: Publish to PyPI.org
if: always() && needs.pypi-build.result == 'success'
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
Expand Down

0 comments on commit e094ac4

Please sign in to comment.