Skip to content

Commit fb9f9ea

Browse files
committed
Auto-generated summary:
Commit Date: File changes: .github/workflows/workflow.yml | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-)
1 parent 3d6451d commit fb9f9ea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/workflow.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
uses: pypa/gh-action-pypi-publish@release/v1
2727
with:
2828
user: Talbot3
29-
password: ${{ secrets.PYPI_PASSWORD }}
29+
password: ${{ secrets.PYPI_PASSWORD }}
30+
- name: Update mirror
31+
run: pip install -i https://mirrors.aliyun.com/pypi/simple/ pdf_generator

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pdf_regenerator"
3-
version = "0.0.20240308184119"
3+
version = "0.0.20240308184610"
44
authors = [{name="Talbot3",email="[email protected]"}]
55
description = "PDF Regenerator是一款开源辅助阅读工具,可帮助重新生成 有辅助信息的PDF 文件。"
66
readme = "README.md"

0 commit comments

Comments
 (0)