We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26193f6 commit b261b0bCopy full SHA for b261b0b
.github/workflows/release.yml
@@ -63,6 +63,9 @@ jobs:
63
with:
64
packages-dir: "dist" # Specify the directory
65
verify-metadata: true
66
+ inputs: >-
67
+ ./dist/*.tar.gz
68
+ ./dist/*.whl
69
- name: Upload artifact signatures to GitHub Release
70
env:
71
GITHUB_TOKEN: ${{ github.token }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "camelot-py"
3
-version = "1.0.6"
+version = "1.0.7"
4
description = "PDF Table Extraction for Humans."
5
authors = [
6
{name = "Vinayak Mehta", email = "[email protected]"},
0 commit comments