Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzahaki authored Oct 16, 2024
1 parent 0a0baae commit 0cbf50c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Build and Publish Python Package

on:
push:
branches: [ "Master" ]
tags:
- 'v*'
pull_request:
branches: [ "Master" ]
# push:
# branches: [ "Master" ]
# tags:
# - 'v*'
# pull_request:
# branches: [ "Master" ]
workflow_dispatch:

jobs:
build_wheels:
Expand Down

0 comments on commit 0cbf50c

Please sign in to comment.