diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 5e12d4c..63de060 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -45,6 +45,12 @@ jobs: python -m build shell: bash + - name: Create Release + uses: ncipollo/release-action@v1.14.0 + with: + artifacts: "dist/*" + token: ${{ secrets.GITHUB_TOKEN }} + - name: Publish package to PyPI if: startsWith(github.ref, 'refs/tags/v') run: |