Skip to content

Commit de731a1

Browse files
committed
fix workflow
1 parent 68f7a42 commit de731a1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci_publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Upload Python Package
2-
on: [ push ]
2+
on:
3+
push:
4+
branches:
5+
- main
36
jobs:
47
deploy:
58
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-substack"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A Python wrapper around the Substack API."
55
authors = ["Paolo Mazza <mazzapaolo2019@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)