Skip to content

Commit 63f6e41

Browse files
authored
Merge pull request #73 from ccpem/development
remove sigstore publishing from workflow
2 parents 80cb4fd + 3847dd4 commit 63f6e41

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -49,45 +49,6 @@ jobs:
4949
- name: publish-dist-to-pypi
5050
uses: pypa/gh-action-pypi-publish@release/v1
5151

52-
github-release:
53-
name: >-
54-
sign-dist-via-sigstore-and-upload-to-github-release
55-
needs:
56-
- publish-to-pypi
57-
runs-on: ubuntu-latest
58-
59-
permissions:
60-
contents: write
61-
id-token: write
62-
63-
steps:
64-
- name: download-dists
65-
uses: actions/download-artifact@v4
66-
with:
67-
name: pkg-dist
68-
path: dist/
69-
- name: sign-dists
70-
uses: sigstore/gh-action-sigstore-python@v3.0.0
71-
with:
72-
inputs: >-
73-
./dist/*.tar.gz
74-
./dist/*.whl
75-
- name: create-github-release
76-
env:
77-
GITHUB_TOKEN: ${{ github.token }}
78-
run: >-
79-
gh release create
80-
'${{ github.ref_name }}'
81-
--repo '${{ github.repository }}'
82-
--notes ""
83-
- name: upload-artifact-signature-to-github-release
84-
env:
85-
GITHUB_TOKEN: ${{ github.token }}
86-
run: >-
87-
gh release upload
88-
'${{ github.ref_name }}' dist/**
89-
--repo '${{ github.repository }}'
90-
9152
publish-to-test-pypi:
9253
name: publish-to-test-pypi
9354
if: startsWith(github.ref, 'refs/heads/development')

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.15"
7+
version = "0.0.16"
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)