From 025b643321faf095e786969ff7e168603a02147b Mon Sep 17 00:00:00 2001 From: John Veitch Date: Sat, 18 May 2024 17:04:04 +0100 Subject: [PATCH] fix indentation --- .github/workflows/pypi.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index c023656..5ad94ed 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -78,11 +78,10 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - # unpacks all CIBW artifacts into dist/ - pattern: cibw-* - path: dist - merge-multiple: true - + # unpacks all CIBW artifacts into dist/ + pattern: cibw-* + path: dist + merge-multiple: true - uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__