We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d19e1e commit 6afd4e5Copy full SHA for 6afd4e5
2 files changed
.github/workflows/python-publish.yml
@@ -14,6 +14,7 @@ on:
14
15
permissions:
16
contents: read
17
+ id-token: write
18
19
jobs:
20
deploy:
setup.py
@@ -19,7 +19,6 @@
url="https://github.com/Byaidu/PDFMathTranslate",
packages=["pdf2zh"],
21
install_requires=requirements,
22
- include_package_data=True,
23
classifiers=[
24
"Programming Language :: Python :: 3",
25
"Operating System :: OS Independent",
0 commit comments