Skip to content

Commit

Permalink
ci(workflows): remove conditional check for push event with tags in p…
Browse files Browse the repository at this point in the history
…ython_package.yml
  • Loading branch information
NodeJSmith committed Jun 15, 2024
1 parent 7e2ff79 commit 07699fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

steps:
- name: Download build artifacts
Expand Down

0 comments on commit 07699fe

Please sign in to comment.