Skip to content

Commit d542bf7

Browse files
committed
release v1.0.9
1 parent b1897de commit d542bf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
./dist/*.whl
6060
6161
- name: Remove Sigstore files
62-
run: rm dist/*.sig dist/*.crt dist/*.sigstore.json
62+
run: rm -f dist/*.sig dist/*.crt dist/*.sigstore.json
6363

6464
- name: Publish Python 🐍 distribution 📦 to PyPI
6565
uses: pypa/gh-action-pypi-publish@release/v1

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.8"
3+
version = "1.0.9"
44
description = "PDF Table Extraction for Humans."
55
authors = [
66
{name = "Vinayak Mehta", email = "[email protected]"},

0 commit comments

Comments
 (0)