Skip to content

Commit

Permalink
github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
haruiz committed Apr 6, 2024
1 parent c6a9ccb commit fdf8726
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Publish to PyPI
on:
release:
types: [ published ]

branches:
- main
workflow_dispatch:
jobs:
pypi_release:
name: Builds Using Poetry and Publishes to PyPI
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "geminiapp"
name = "geminiplayground"
version = "0.1.0"
description = ""
authors = ["haruiz <[email protected]>"]
Expand Down

0 comments on commit fdf8726

Please sign in to comment.