We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc065e commit b9d6ac9Copy full SHA for b9d6ac9
.github/workflows/publish.yml
@@ -103,7 +103,7 @@ jobs:
103
name: python-package-distributions
104
path: dist/
105
- name: Sign the dists with Sigstore
106
- uses: sigstore/gh-action-sigstore-python@v2.1.1
+ uses: sigstore/gh-action-sigstore-python@v3.0.0
107
with:
108
inputs: >-
109
./dist/*.tar.gz
src/baseball_stats_python/__about__.py
@@ -1 +1 @@
1
-__version__ = '0.2.2'
+__version__ = '0.2.3'
0 commit comments