diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c07b3b40..c2c986ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -120,7 +120,7 @@ jobs: uses: ncipollo/release-action@v1 with: name: pytest-asyncio ${{ needs.lint.outputs.version }} - artifacts: dist + artifacts: dist/* bodyFile: README.rst prerelease: ${{ needs.lint.outputs.prerelease }} token: ${{ secrets.GITHUB_TOKEN }}