Skip to content

Commit b1897de

Browse files
committed
Release v1.0.8
1 parent b261b0b commit b1897de

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "camelot-py"
3-
version = "1.0.7"
3+
version = "1.0.8"
44
description = "PDF Table Extraction for Humans."
55
authors = [
66
{name = "Vinayak Mehta", email = "[email protected]"},

0 commit comments

Comments
 (0)