Skip to content

Commit

Permalink
chore: Refactor build workflow to handle multiple commits and check f…
Browse files Browse the repository at this point in the history
…or version change
  • Loading branch information
cyanxiao committed May 2, 2024
1 parent ea9a6c8 commit f4786f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ jobs:
return false;
}
result-encoding: string
- name: Publish Package
if: steps.check_version.outputs.new_version
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit f4786f6

Please sign in to comment.