Skip to content

Commit 6afd4e5

Browse files
committed
fix: ci
1 parent 5d19e1e commit 6afd4e5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414

1515
permissions:
1616
contents: read
17+
id-token: write
1718

1819
jobs:
1920
deploy:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
url="https://github.com/Byaidu/PDFMathTranslate",
2020
packages=["pdf2zh"],
2121
install_requires=requirements,
22-
include_package_data=True,
2322
classifiers=[
2423
"Programming Language :: Python :: 3",
2524
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)