Skip to content

Commit

Permalink
/deploy sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Sep 21, 2023
1 parent 3add286 commit 2d81149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
artifacts: "*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
body: "Version ${{ env.the_version }}"
makeLatest: ${{ github.ref == 'refs/heads/main' }}
makeLatest: "${{ github.ref == 'refs/heads/main' }}"

#########################################################################
# Publish to pypi.org
Expand Down

0 comments on commit 2d81149

Please sign in to comment.