diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 1855d98..db293a0 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -76,11 +76,13 @@ jobs: uses: actions/download-artifact@v4 with: name: docs - path: dist + path: release + - name: Copy + run: cp -v dist/* release/ - name: Upload to Release uses: svenstaro/upload-release-action@v2 with: - file: dist/* + file: release/* file_glob: true repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }}