Skip to content

Commit cedb8a9

Browse files
authored
Merge pull request #53 from pdftables/fix-pypi-release-workflow
Fix PyPI release workflow
2 parents 4111564 + 363ef55 commit cedb8a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
19+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2020

2121
steps:
2222
- name: Checkout code

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pdftables-api"
7-
version = "2.1.0"
7+
version = "2.1.1"
88
requires-python = ">=3.10"
99
description = "PDFTables.com Python API library."
1010
readme = "README.md"

0 commit comments

Comments
 (0)