We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6451d commit fb9f9eaCopy full SHA for fb9f9ea
.github/workflows/workflow.yml
@@ -26,4 +26,6 @@ jobs:
26
uses: pypa/gh-action-pypi-publish@release/v1
27
with:
28
user: Talbot3
29
- password: ${{ secrets.PYPI_PASSWORD }}
+ password: ${{ secrets.PYPI_PASSWORD }}
30
+ - name: Update mirror
31
+ run: pip install -i https://mirrors.aliyun.com/pypi/simple/ pdf_generator
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pdf_regenerator"
3
-version = "0.0.20240308184119"
+version = "0.0.20240308184610"
4
authors = [{name="Talbot3",email="[email protected]"}]
5
description = "PDF Regenerator是一款开源辅助阅读工具,可帮助重新生成 有辅助信息的PDF 文件。"
6
readme = "README.md"
0 commit comments