Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
myhloli committed Jun 4, 2024
1 parent 705c4dc commit 5955170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
refs: master
fetch-depth: 0

- name: Set up Python
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
git push origin main
git push origin HEAD:master
# git remote set-url origin https://myhloli:${{ secrets.RELEASE_TOKEN }}@github.com/magicpdf/Magic-PDF.git
# git checkout -b update-version-branch || git checkout update-version-branch
# git push --set-upstream origin update-version-branch
Expand Down
2 changes: 1 addition & 1 deletion magic_pdf/libs/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.10"
__version__ = "0.0.11"

0 comments on commit 5955170

Please sign in to comment.