Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
ddde1b82
Commit
ddde1b82
authored
Jun 04, 2024
by
赵小蒙
Browse files
fix error
parent
c7a685b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+2
-1
magic_pdf/libs/version.py
magic_pdf/libs/version.py
+1
-1
No files found.
.github/workflows/python-package.yml
View file @
ddde1b82
...
...
@@ -54,7 +54,8 @@ jobs:
GITHUB_TOKEN
:
${{ secrets.RELEASE_TOKEN }}
run
:
|
git remote set-url origin https://myhloli:${{ secrets.RELEASE_TOKEN }}@github.com/magicpdf/Magic-PDF.git
git push origin update-version-branch
git checkout -b update-version-branch || git checkout update-version-branch
git push --set-upstream origin update-version-branch
id
:
push_changes
-
name
:
Create Pull Request
...
...
magic_pdf/libs/version.py
View file @
ddde1b82
__version__
=
"0.0.
5
"
__version__
=
"0.0.
6
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment