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 (#80)

* ⬆️ 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 e42843a commit 01beded
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# https://github.com/pypa/gh-action-pypi-publish#trusted-publishing
- 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
12 changes: 7 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ concurrency: # https://stackoverflow.com/questions/66335225#comment133398800_72
jobs:
build:
runs-on: ubuntu-20.04
permissions:
id-token: write # codecov/codecov-action
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
Expand Down Expand Up @@ -43,7 +45,7 @@ jobs:

- name: Install
run: |
pip install -U pip setuptools wheel codecov
pip install -U pip setuptools wheel
make install
- name: Lint
Expand All @@ -57,7 +59,7 @@ jobs:
if: matrix.python-version == 3.12
run: SPHINXOPTS=-W make builddocs

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

0 comments on commit 01beded

Please sign in to comment.