Skip to content

Commit

Permalink
bugfix: 修改poetry-publish版本兼容python3.11 #238
Browse files Browse the repository at this point in the history
  • Loading branch information
huangpixu authored and normal-wls committed Jan 15, 2025
1 parent 6e79dcd commit b03b40c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/engine_python_package_poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.13
uses: JRubics/poetry-publish@v2.0
with:
python_version: "3.11.10"
poetry_version: "==1.2.1"
poetry_version: "==2.0.0"
ignore_dev_requirements: "yes"
repository_name: "bamboo-engine"
pypi_token: ${{ secrets.ENGINE_PYPI_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.2.1
poetry-version: 2.0.0

- name: Remove Test Code
run: |
Expand Down

0 comments on commit b03b40c

Please sign in to comment.