Skip to content

Commit 3faf05c

Browse files
committed
Update PyPI release workflow to use workflow_dispatch event
Fix bumpversion
1 parent 2897520 commit 3faf05c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Publish SqliteCloud 🐍 to PyPI 📦
22

33
on:
4-
push:
5-
branches:
6-
- 'main'
4+
workflow_dispatch:
75

86
jobs:
97
build-n-publish:

src/sqlitecloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.1.0"
1+
VERSION = "0.0.75"

0 commit comments

Comments
 (0)