Skip to content

Commit b261b0b

Browse files
committed
Release v1.0.7
1 parent 26193f6 commit b261b0b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
with:
6464
packages-dir: "dist" # Specify the directory
6565
verify-metadata: true
66+
inputs: >-
67+
./dist/*.tar.gz
68+
./dist/*.whl
6669
- name: Upload artifact signatures to GitHub Release
6770
env:
6871
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.6"
3+
version = "1.0.7"
44
description = "PDF Table Extraction for Humans."
55
authors = [
66
{name = "Vinayak Mehta", email = "[email protected]"},

0 commit comments

Comments
 (0)