Skip to content

Commit

Permalink
Fix release error (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Apr 22, 2024
1 parent 8d9d858 commit e7e986e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ jobs:
with:
user: QubitPi
email: jack20220723@gmail.com
secrets: inherit

release:
name: Publish Python SDK To PyPI
if: github.ref == 'refs/heads/master'
needs: push-release-tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e7e986e

Please sign in to comment.