mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-16 03:40:23 +08:00
Add GitHub release step to CI
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -61,3 +61,10 @@ jobs:
|
||||
run: |
|
||||
hatch build
|
||||
hatch publish
|
||||
- name: Create release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
draft: true
|
||||
body: ${{ github.event.head_commit.message }}
|
||||
artifacts: dist/*.whl,dist/*.tar.gz
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Reference in New Issue
Block a user