Skip to content

Commit

Permalink
ci: restrict publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Dec 5, 2023
1 parent 98e1900 commit ce9caa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ jobs:
user: __token__
password: ${{ secrets.ACCESS_TOKEN }}
packages_dir: manylinux
if: startsWith(github.ref, 'refs/tags/v')

0 comments on commit ce9caa7

Please sign in to comment.