Skip to content

Commit b9d6ac9

Browse files
committed
fix(release): Upgrade the upload action version
1 parent 2bc065e commit b9d6ac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
name: python-package-distributions
104104
path: dist/
105105
- name: Sign the dists with Sigstore
106-
uses: sigstore/gh-action-sigstore-python@v2.1.1
106+
uses: sigstore/gh-action-sigstore-python@v3.0.0
107107
with:
108108
inputs: >-
109109
./dist/*.tar.gz
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.2'
1+
__version__ = '0.2.3'

0 commit comments

Comments
 (0)