File tree Expand file tree Collapse file tree 2 files changed +1
-40
lines changed
Expand file tree Collapse file tree 2 files changed +1
-40
lines changed Original file line number Diff line number Diff line change 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')
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " empiarreader"
7- version = " 0.0.15 "
7+ version = " 0.0.16 "
88description = " EMPIARReader provides utilities to lazily load data from EMPIAR into a machine-learning-friendly dataset format or to locally download the files."
99readme = " README.md"
1010requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments