Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#295)
Browse files Browse the repository at this point in the history
* Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update tests.yml

* Update release.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Foreman-Mackey <foreman.mackey@gmail.com>
  • Loading branch information
dependabot[bot] and dfm authored Jul 3, 2024
1 parent 9447e54 commit 00c7511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: brew unlink gfortran && brew link --overwrite gfortran
if: ${{ matrix.os == 'macos-12' }}
- name: Set up macOS-14
run: brew install gfortran
run: echo "FC=gfortran-13" >> "$GITHUB_ENV"
if: ${{ matrix.os == 'macos-14' }}
- uses: pypa/cibuildwheel@v2.18.1
env:
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:
with:
path: dist
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@v1.8.14
- uses: pypa/gh-action-pypi-publish@v1.9.0
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: brew unlink gfortran && brew link --overwrite gfortran
if: ${{ matrix.os == 'macos-12' }}
- name: Set up macOS-14
run: brew install gfortran
run: echo "FC=gfortran-13" >> "$GITHUB_ENV"
if: ${{ matrix.os == 'macos-14' }}
- name: Cache pip packages
uses: actions/cache@v4
Expand Down

0 comments on commit 00c7511

Please sign in to comment.