From 8db59820d685b044d1425cf1ad378439625a042b Mon Sep 17 00:00:00 2001 From: Ben Avrahami Date: Thu, 9 May 2024 15:00:25 +0300 Subject: [PATCH] optimize release --- .github/workflows/release.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a2bb28..5e172a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,17 +18,10 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.10 - name: Install PIP run: | python -m pip install --upgrade pip - - name: Setup Cache - uses: actions/cache@v2 - with: - path: ~/.cache/pypoetry - key: ${{ runner.os }}-pip- - restore-keys: | - ${{ runner.os }}-pip- - name: Install dependencies run: | python -m pip install poetry @@ -46,7 +39,7 @@ jobs: - name: build run: | poetry build - + - name: Mint token id: mint uses: tschm/token-mint-action@v1.0.3