Skip to content

Commit

Permalink
Update release.yml to python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
slinderman authored Aug 14, 2023
1 parent 5fe598d commit 27bbd4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install release tooling
run: |
pip install twine wheel
Expand All @@ -41,9 +41,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Give PyPI some time to update the index
run: sleep 240
- name: Attempt install from PyPI
run: |
pip install dynamax==${GITHUB_REF:10}
pip install dynamax==${GITHUB_REF:10}

0 comments on commit 27bbd4b

Please sign in to comment.