We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f7a42 commit de731a1Copy full SHA for de731a1
2 files changed
.github/workflows/ci_publish.yml
@@ -1,5 +1,8 @@
1
name: Upload Python Package
2
-on: [ push ]
+on:
3
+ push:
4
+ branches:
5
+ - main
6
jobs:
7
deploy:
8
runs-on: ubuntu-latest
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-substack"
-version = "0.1.0"
+version = "0.1.1"
description = "A Python wrapper around the Substack API."
authors = ["Paolo Mazza <mazzapaolo2019@gmail.com>"]
license = "MIT"
0 commit comments