Skip to content

Commit

Permalink
Run CI on ubuntu-latest
Browse files Browse the repository at this point in the history
lint.yaml already did this
  • Loading branch information
ChrisLovering committed Nov 25, 2023
1 parent e0468d4 commit 664a3fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build dist & publish
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: ! ${{ contains(github.ref, 'dev') || contains(github.ref, 'rc') }}

steps:
Expand All @@ -25,6 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel
python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.3.1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build dist & publish to test.pypi.org
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout the repo and the submodules.
Expand All @@ -25,6 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel
python setup.py sdist bdist_wheel
- name: Publish dev/rc build to test.pypi.org
uses: pypa/gh-action-pypi-publish@v1.3.1
with:
Expand Down

0 comments on commit 664a3fb

Please sign in to comment.