Skip to content

Commit

Permalink
⬆️ Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the githu…
Browse files Browse the repository at this point in the history
…b-actions group (#144)

* ⬆️ Bump pypa/gh-action-pypi-publish in the github-actions group

Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


Updates `pypa/gh-action-pypi-publish` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>

* 👷 Switch to codecov/codecov-action

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ddelange <[email protected]>
  • Loading branch information
dependabot[bot] and ddelange authored Sep 2, 2024
1 parent bf56494 commit cd9af4a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
CI:
runs-on: ubuntu-20.04
permissions:
id-token: write # codecov/codecov-action
strategy:
matrix:
python-version: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
Expand Down Expand Up @@ -54,7 +56,7 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip setuptools wheel codecov
pip install -U pip setuptools wheel
make install
- name: Lint
Expand All @@ -64,11 +66,10 @@ jobs:
- name: Test
run: make test

- name: Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
codecov
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
use_oidc: true

windows-smoketest:
runs-on: windows-latest
Expand Down Expand Up @@ -124,7 +125,7 @@ jobs:
files: dist/*

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.0

- uses: apexskier/github-release-commenter@v1
with:
Expand Down

0 comments on commit cd9af4a

Please sign in to comment.