Skip to content

Commit

Permalink
feat: create a release on a new tag added
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jan 31, 2024
1 parent 6e88a67 commit d8ff276
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,10 @@ jobs:
name: artifact
path: dist

- name: Create a Release
uses: softprops/action-gh-release@v1
with:
files: dist/*

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit d8ff276

Please sign in to comment.