Skip to content

Commit

Permalink
GH Build updates
Browse files Browse the repository at this point in the history
- ubuntu latest
- codecov token
  • Loading branch information
lowell80 committed Jan 26, 2023
1 parent 1102805 commit 5c61c87
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-latest
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
include:
- os: ubuntu-18.04
- os: ubuntu-latest
python-version: 3.9
build_sdist: true
- os: ubuntu-18.04
- os: ubuntu-latest
python-version: 3.8
extra_packages: argcomplete
- os: macos-latest
Expand Down Expand Up @@ -74,6 +74,7 @@ jobs:
pip install wheel
# Since pyenv can be cached across OSX builds, uninstall first for a fresh build
if pip show kintyre-splunk-conf; then pip uninstall -y kintyre-splunk-conf; fi
if pip show ksconf; then pip uninstall -y ksconf; fi
if: ${{ matrix.os == 'macOS' }}
env:
PYENV_VERSION: ${{matrix.python-version}}
Expand All @@ -99,6 +100,7 @@ jobs:
- name: Submit to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

Expand Down

0 comments on commit 5c61c87

Please sign in to comment.