diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f3002e..4a47b64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,12 +40,12 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - name: Download all th + - name: Download all the dists uses: actions/download-artifact@v3 with: name: python-package-distributions path: dist/ - - name: Publish distribution 📦 to PyPI + - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 github-release: