File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
5858 ./dist/*.tar.gz
5959 ./dist/*.whl
6060
61+ - name : Remove Sigstore files
62+ run : rm dist/*.sig dist/*.crt dist/*.sigstore.json
63+
6164 - name : Publish Python 🐍 distribution 📦 to PyPI
6265 uses : pypa/gh-action-pypi-publish@release/v1
6366 with :
64- packages-dir : " dist" # Specify the directory
65- verify-metadata : true
66- inputs : >-
67- ./dist/*.tar.gz
68- ./dist/*.whl
67+ packages-dir : " dist"
68+
6969 - name : Upload artifact signatures to GitHub Release
7070 env :
7171 GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 11[project ]
22name = " camelot-py"
3- version = " 1.0.7 "
3+ version = " 1.0.8 "
44description = " PDF Table Extraction for Humans."
55authors = [
66 {
name =
" Vinayak Mehta" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments