Skip to content

Commit

Permalink
update pypi github action to version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 10, 2024
1 parent 2b5b958 commit 09cae46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
BUILD_OS: ${{ matrix.os }}
CXX: ${{ matrix.compiler }}
- name: Publish source dist release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.10
wheels_build:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -52,6 +52,6 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.max }}
- name: Publish wheel release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.10
with:
packages-dir: wheelhouse

0 comments on commit 09cae46

Please sign in to comment.