Skip to content

Commit

Permalink
indent errors fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 9, 2024
1 parent dd3169f commit 712bb97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 712bb97

Please sign in to comment.