diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5736af5..b401520 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,10 +35,8 @@ jobs: path: dist merge-multiple: true - - name: Setup directory structure for publishing - run: | - mv -v **/*.whl dist/ - ls -R dist/ + - name: List artifacts + run: ls -R dist/ - name: Publish to GitHub Releases uses: python-semantic-release/upload-to-gh-release@main