Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
colorzzr committed Jan 6, 2025
1 parent 725c1db commit 5510c2a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
push:
branches:
- main
- patch20250106

jobs:
extract-branch-name:
Expand All @@ -24,7 +25,7 @@ jobs:

push-binary-linux:
needs: [ extract-branch-name ]
if: ${{ needs.extract-branch-name.outputs.branch == 'main' || needs.extract-branch-name.outputs.branch == 'develop'}}
if: ${{ needs.extract-branch-name.outputs.branch == 'patch20250106' || needs.extract-branch-name.outputs.branch == 'develop'}}
runs-on: ubuntu-20.04
outputs:
upload_url: ${{steps.create_release.outputs.upload_url}}
Expand Down Expand Up @@ -97,7 +98,7 @@ jobs:
push-binary-macos:
needs: [ push-binary-linux ]
if: ${{ needs.extract-branch-name.outputs.branch == 'main' || needs.extract-branch-name.outputs.branch == 'develop'}}
if: ${{ needs.extract-branch-name.outputs.branch == 'patch20250106' || needs.extract-branch-name.outputs.branch == 'develop'}}
runs-on: macos-latest
steps:
- name: Checkout repository
Expand Down Expand Up @@ -148,7 +149,7 @@ jobs:

push-binary-windows:
needs: [ push-binary-linux ]
if: ${{ needs.extract-branch-name.outputs.branch == 'main' || needs.extract-branch-name.outputs.branch == 'develop'}}
if: ${{ needs.extract-branch-name.outputs.branch == 'patch20250106' || needs.extract-branch-name.outputs.branch == 'develop'}}
runs-on: windows-latest
steps:
- name: Checkout repository
Expand Down
17 changes: 9 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ python = ">=3.10,<3.11"
questionary = "^1.10.0"
tqdm = "4.56.0"
cryptography = "3.4.8"
urllib3 = "^1.26.14"
pydantic-settings = "2.0.1"
cffi = "^1.15.1"
pre-commit = "^2.19.0"
httpx = "^0.23.0"
qrcode = "^7.4.2"
Expand All @@ -21,6 +19,8 @@ pywin32 = { version = "^306", optional = true }
pyjwt = "^2.9.0"
requests = "^2.32.3"
click = "^8.1.8"
urllib3 = "^2.3.0"
cffi = "^1.17.1"


[tool.poetry.extras]
Expand Down

0 comments on commit 5510c2a

Please sign in to comment.