Skip to content

Commit

Permalink
Update TestPyPI release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 28, 2021
1 parent 42378b6 commit ff18a36
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,15 @@ jobs:
- name: Generate final distribution
run: python -m build

- name: Get the release version
id: version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}

# Upload to GitHub Actions artifacts
- uses: actions/upload-artifact@v2
with:
name: sdist
path: dist/furo-${{ steps.version.outputs.VERSION }}.tar.gz
path: dist/furo-*.tar.gz
- uses: actions/upload-artifact@v2
with:
name: wheel
path: dist/furo-${{ steps.version.outputs.VERSION }}-py3-none-any.whl
path: dist/furo-*-py3-none-any.whl

upload:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ff18a36

Please sign in to comment.