Skip to content

Commit

Permalink
only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Oct 2, 2024
1 parent 80b6387 commit 278ed96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ jobs:
name: release
url: https://pypi.org/project/python-cptv/

# if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
defaults:
run:
working-directory: ./python-bindings

permissions:
id-token: write

steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 278ed96

Please sign in to comment.