We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5e4ac commit 26193f6Copy full SHA for 26193f6
2 files changed
.github/workflows/release.yml
@@ -62,6 +62,7 @@ jobs:
62
uses: pypa/gh-action-pypi-publish@release/v1
63
with:
64
packages-dir: "dist" # Specify the directory
65
+ verify-metadata: true
66
- name: Upload artifact signatures to GitHub Release
67
env:
68
GITHUB_TOKEN: ${{ github.token }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "camelot-py"
3
-version = "1.0.5"
+version = "1.0.6"
4
description = "PDF Table Extraction for Humans."
5
authors = [
6
{name = "Vinayak Mehta", email = "vmehta94@gmail.com"},
0 commit comments