Skip to content

Commit

Permalink
fix: auto relase sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Sep 30, 2023
1 parent 2d248d8 commit 568d609
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release_libraries.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: workflow_dispatch
name: Relase CLI
on:
push:
tags:
- "[v]?[0-9]+.[0-9]+.[0-9]+"
jobs:
pypi-publish:
name: Release the library to PYPI
Expand Down

0 comments on commit 568d609

Please sign in to comment.