We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222aa1f commit 4e06cdaCopy full SHA for 4e06cda
.github/workflows/publish.yml
@@ -3,6 +3,7 @@ name: Publish Python Package to PyPI
3
on:
4
release:
5
types: [published]
6
+ workflow_dispatch:
7
8
jobs:
9
pypi-publish:
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "sassyshell"
-version = "0.1.3"
+version = "0.1.4"
description = "A sassy, AI-powered CLI sidekick that remembers the commands you forget and mocks you into getting better."
readme = "README.md"
requires-python = ">=3.12"
0 commit comments