From ee8694fd73137d91a8547c074d0aef22e35b3315 Mon Sep 17 00:00:00 2001 From: lior sventitzky Date: Wed, 19 Feb 2025 21:28:29 +0000 Subject: [PATCH] fix lint Signed-off-by: lior sventitzky --- .github/workflows/pypi-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypi-cd.yml b/.github/workflows/pypi-cd.yml index 9ab2b0d8b2..09e7bdface 100644 --- a/.github/workflows/pypi-cd.yml +++ b/.github/workflows/pypi-cd.yml @@ -228,21 +228,21 @@ jobs: working-directory: ./python run: | sed -i "s|255.255.255|${{ env.RELEASE_VERSION }}|g" ./Cargo.toml - + - name: Build source distributions uses: PyO3/maturin-action@v1 with: working-directory: ./python command: sdist args: --out sdist - - - name: Download binaries + + - name: Download binaries uses: actions/download-artifact@v4 with: path: python/wheels merge-multiple: true - - name: Publish binaries and source to PyPI + - name: Publish binaries and source to PyPI uses: PyO3/maturin-action@v1 env: MATURIN_PYPI_TOKEN: ${{ secrets.LIVEPYPI_API_TOKEN }}