Skip to content

Commit 09cae46

Browse files
committed
update pypi github action to version 1.10
1 parent 2b5b958 commit 09cae46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
BUILD_OS: ${{ matrix.os }}
3030
CXX: ${{ matrix.compiler }}
3131
- name: Publish source dist release distributions to PyPI
32-
uses: pypa/gh-action-pypi-publish@release/v1
32+
uses: pypa/gh-action-pypi-publish@release/v1.10
3333
wheels_build:
3434
name: Build wheels on ${{ matrix.os }}
3535
runs-on: ${{ matrix.os }}
@@ -52,6 +52,6 @@ jobs:
5252
env:
5353
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.max }}
5454
- name: Publish wheel release distributions to PyPI
55-
uses: pypa/gh-action-pypi-publish@release/v1
55+
uses: pypa/gh-action-pypi-publish@release/v1.10
5656
with:
5757
packages-dir: wheelhouse

0 commit comments

Comments
 (0)