Skip to content

Commit

Permalink
Upload tar.gz file with release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvtulder committed Sep 22, 2022
1 parent dd32fba commit 50135eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,13 @@ jobs:
uses: actions/checkout@v2

- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: Updated version.
draft: true
prerelease: false
files: dist/*.tar.gz

0 comments on commit 50135eb

Please sign in to comment.