Skip to content

Commit

Permalink
Merge pull request #92 from dbpunk-labs/90-unable-to-download-llama
Browse files Browse the repository at this point in the history
fix: auto relase sdk
  • Loading branch information
imotai authored Sep 30, 2023
2 parents 722f014 + 568d609 commit a269b2d
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 a269b2d

Please sign in to comment.