diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2e405a..f9e1a40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,13 +46,13 @@ jobs: Publish Python distribution to PyPI if: startsWith(github.ref, 'refs/tags/') needs: - - build + - build runs-on: ubuntu-latest environment: name: pypi url: https://pypi.org/p/samsungtvws permissions: - id-token: write # IMPORTANT: mandatory for trusted publishing + id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download all the dists @@ -69,12 +69,12 @@ jobs: Sign the Python distribution with Sigstore and upload them to GitHub Release needs: - - publish-to-pypi + - publish-to-pypi runs-on: ubuntu-latest permissions: - contents: write # IMPORTANT: mandatory for making GitHub Releases - id-token: write # IMPORTANT: mandatory for sigstore + contents: write # IMPORTANT: mandatory for making GitHub Releases + id-token: write # IMPORTANT: mandatory for sigstore steps: - name: Download all the dists