Skip to content

Commit

Permalink
update publish deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanbconaway committed Nov 10, 2024
1 parent f32135d commit 8909f97
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,16 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Set up Cache
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: pip-3.10-${{ hashFiles('setup.py') }}
cache: 'pip'
cache-dependency-path: setup.py

- name: Install Dependencies
run: |
pip install pip==23.*
pip install pip==24.*
pip install twine==4.* build==1.*
- name: Build Distribution
Expand Down

0 comments on commit 8909f97

Please sign in to comment.