Skip to content

Commit

Permalink
Update GitHub Actions release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Apr 7, 2021
1 parent 1b1a07f commit f1739c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

- name: Install dependencies
run: |
pip install nox
pip install build
npm install
- name: Generate release assets
run: ./node_modules/.bin/gulp build
- name: Generate final distribution
run: flit build
run: python -m build

- name: Get the release version
id: version
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
prerelease: false
prerelease: true

- name: Upload sdist to GitHub
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit f1739c6

Please sign in to comment.