Skip to content

Commit

Permalink
maintain:update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ywx649999311 committed Dec 12, 2023
1 parent c6b605c commit 3646947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.8"
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.3.2
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
#----------------------------------------------
# load cached venv if cache exists
#----------------------------------------------
Expand All @@ -36,7 +36,7 @@ jobs:
#----------------------------------------------
# install dependencies if cache does not exist
#----------------------------------------------
run: poetry install
run: poetry install --without docs
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
#----------------------------------------------
# config poetry and publish to pypi
Expand Down

0 comments on commit 3646947

Please sign in to comment.