Skip to content

Commit

Permalink
Release action
Browse files Browse the repository at this point in the history
Change to one that can handle big releases
  • Loading branch information
MiroPsota committed Nov 2, 2023
1 parent 32a494e commit f37a19f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,10 @@ jobs:
echo "release_name=${release_name}" >> $GITHUB_OUTPUT
- name: Create a Release
uses: softprops/action-gh-release@v1
- uses: ncipollo/release-action@v1
with:
tag_name: ${{ steps.data.outputs.release_name }}
files: |
*.whl
tag: ${{ steps.data.outputs.release_name }}
artifacts: "*.whl"

make-packages-index:
needs: create-release
Expand Down

0 comments on commit f37a19f

Please sign in to comment.