From 5c513f4e7c8797e57b907bd0b6d1d89f250b88d6 Mon Sep 17 00:00:00 2001 From: francescalb Date: Fri, 25 Oct 2024 14:11:45 +0200 Subject: [PATCH] Corrected publishing info --- .github/workflows/cd_publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cd_publish.yml b/.github/workflows/cd_publish.yml index 06c10317..80046688 100644 --- a/.github/workflows/cd_publish.yml +++ b/.github/workflows/cd_publish.yml @@ -51,10 +51,7 @@ jobs: uses: actions/download-artifact@v4 with: name: dist # The artifact will always be called 'dist' - path: my-dists + path: dist - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - with: - # The path to the distribution to upload - package-dir: my-dists