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 b1897de commit d542bf7Copy full SHA for d542bf7
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
./dist/*.whl
60
61
- name: Remove Sigstore files
62
- run: rm dist/*.sig dist/*.crt dist/*.sigstore.json
+ run: rm -f dist/*.sig dist/*.crt dist/*.sigstore.json
63
64
- name: Publish Python 🐍 distribution 📦 to PyPI
65
uses: pypa/gh-action-pypi-publish@release/v1
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "camelot-py"
3
-version = "1.0.8"
+version = "1.0.9"
4
description = "PDF Table Extraction for Humans."
5
authors = [
6
{name = "Vinayak Mehta", email = "[email protected]"},
0 commit comments