From 712bb97cd24cc20542574f6577796b1b5b695308 Mon Sep 17 00:00:00 2001 From: Sebastien Roy Date: Wed, 9 Oct 2024 15:52:27 -0400 Subject: [PATCH] indent errors fix --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe308a8..63a6c61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,8 @@ name: Build/Test/Release on: release: - types: - - published + types: + - published permissions: id-token: write # This is required for requesting the JWT jobs: @@ -28,8 +28,8 @@ jobs: env: BUILD_OS: ${{ matrix.os }} CXX: ${{ matrix.compiler }} - # - name: Publish source dist release distributions to PyPI - # uses: pypa/gh-action-pypi-publish@release/v1 + - name: Publish source dist release distributions to PyPI + uses: pypa/gh-action-pypi-publish@release/v1 wheels_build: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }}