Skip to content

Commit 26193f6

Browse files
committed
release v1.0.6
1 parent 2f5e4ac commit 26193f6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
uses: pypa/gh-action-pypi-publish@release/v1
6363
with:
6464
packages-dir: "dist" # Specify the directory
65+
verify-metadata: true
6566
- name: Upload artifact signatures to GitHub Release
6667
env:
6768
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.5"
3+
version = "1.0.6"
44
description = "PDF Table Extraction for Humans."
55
authors = [
66
{name = "Vinayak Mehta", email = "vmehta94@gmail.com"},

0 commit comments

Comments
 (0)