From d31ce48a18166c44c510c09af8c5675ae8f51ae2 Mon Sep 17 00:00:00 2001 From: scdhh Date: Tue, 14 Nov 2023 13:15:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20=E4=BF=AE=E5=A4=8DRelease=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index eb587db..388183a 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -14,16 +14,17 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install poetry + run: pipx install poetry + shell: bash + - uses: actions/setup-python@v4 with: python-version: '3.11' cache: "poetry" - - name: Install Poetry + - run: poetry install shell: bash - run: | - pip install poetry - poetry install - name: Get Version id: version