Skip to content

Commit 4e06cda

Browse files
committed
Workflow trigger added
1 parent 222aa1f commit 4e06cda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish Python Package to PyPI
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
jobs:
89
pypi-publish:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sassyshell"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A sassy, AI-powered CLI sidekick that remembers the commands you forget and mocks you into getting better."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)