Skip to content

Commit 7e2bd29

Browse files
committed
.
1 parent f1f8c1b commit 7e2bd29

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/version.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,15 @@ jobs:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
branch: ${{ github.ref }}
5151
tags: true
52+
53+
- name: Build package
54+
run: hatch build
55+
56+
- name: Create GitHub Release
57+
uses: softprops/action-gh-release@v1
58+
with:
59+
files: dist/*
60+
generate_release_notes: true
61+
62+
- name: Publish to PyPI
63+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)