Skip to content

Commit

Permalink
refactor: use gh cli for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
walln committed Sep 17, 2024
1 parent cea16a8 commit 4990d9f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Release a new version of the project to PyPI
# To trigger this workflow manually, run the following command:
# gh workflow run release.yml -f tag=v1.0.0
# or git tag 1.0.0 && git push origin --tags

# gh release create
name: Publish Release

on:
push:
tags:
- '*'
release:
types: [published]

jobs:
build-and-publish:
Expand Down

0 comments on commit 4990d9f

Please sign in to comment.