Skip to content

Commit 80cb4fd

Browse files
authored
Merge pull request #72 from ccpem/development
update sigstore version and version bump
2 parents 9bf5893 + a46c62d commit 80cb4fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: pkg-dist
6868
path: dist/
6969
- name: sign-dists
70-
uses: sigstore/gh-action-sigstore-python@v1.2.3
70+
uses: sigstore/gh-action-sigstore-python@v3.0.0
7171
with:
7272
inputs: >-
7373
./dist/*.tar.gz

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "empiarreader"
7-
version = "0.0.14"
7+
version = "0.0.15"
88
description = "EMPIARReader provides utilities to lazily load data from EMPIAR into a machine-learning-friendly dataset format or to locally download the files."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)