We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13533a5 commit 5aa989dCopy full SHA for 5aa989d
2 files changed
.github/workflows/publish-to-pypi.yml
@@ -74,7 +74,7 @@ jobs:
74
path: dist/
75
76
- name: Sign the dists with Sigstore
77
- uses: sigstore/gh-action-sigstore-python@v2.1.1
+ uses: sigstore/gh-action-sigstore-python@v3.0.0
78
with:
79
inputs: >-
80
./dist/*.tar.gz
candle/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "1.0.5.3"
+__version__ = "1.1.0.0"
2
3
from candle.candle_bus import CandleBus
0 commit comments