Skip to content

Commit

Permalink
optimize release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Avrahami committed May 9, 2024
1 parent d1542fb commit 8db5982
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -46,7 +39,7 @@ jobs:
- name: build
run: |
poetry build
- name: Mint token
id: mint
uses: tschm/[email protected]
Expand Down

0 comments on commit 8db5982

Please sign in to comment.