From 09cae461d10cb78aefff89e8f3299c96664e5c89 Mon Sep 17 00:00:00 2001 From: Sebastien Roy Date: Thu, 10 Oct 2024 12:02:52 -0400 Subject: [PATCH] update pypi github action to version 1.10 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63a6c61..0ffc415 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} @@ -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