From 797e6d83bf49fe3bc96ce8843d9fef1889d92bf5 Mon Sep 17 00:00:00 2001 From: "carlos.rian" Date: Sun, 25 Aug 2024 11:51:22 -0300 Subject: [PATCH] chore: Update artifact name in CI configuration for pypi_files job --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index affe5db..aab30ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,7 +81,7 @@ jobs: rust-toolchain: stable - uses: actions/upload-artifact@v4 with: - name: pypi_files + name: pypi_files_sdist path: dist build: