diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 4b96d55..b966cae 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -149,10 +149,13 @@ jobs: - name: Download builds uses: actions/download-artifact@v4 with: - path: cyseq-build + name: cyseq-build + path: dist/ + + - name: Mock PyPI upload + run: | + ls -al dist - name: Publish to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 - with: - packages-dir: cyseq-build/