Skip to content

Commit

Permalink
Try to fix cibuildwheel release
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jul 25, 2024
1 parent 784cb0a commit dc6487a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
echo "IS_PRERELEASE=$IS_PRERELEASE" >> $GITHUB_ENV
- name: Create Draft Release
id: create_release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit dc6487a

Please sign in to comment.