From 45714916251e493a33b94f327031ac5c6d39762f Mon Sep 17 00:00:00 2001 From: Conor Walsh Date: Fri, 16 Aug 2024 14:23:37 +0100 Subject: [PATCH] [REFACTOR] Rename and update workflow to release to PyPi - LRN-43927 --- .../workflows/{pypi-release.yml => dispatch-release-pypi.yml} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{pypi-release.yml => dispatch-release-pypi.yml} (95%) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/dispatch-release-pypi.yml similarity index 95% rename from .github/workflows/pypi-release.yml rename to .github/workflows/dispatch-release-pypi.yml index 41c7202..44d514b 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/dispatch-release-pypi.yml @@ -11,9 +11,10 @@ permissions: contents: read jobs: - pypi-publish: + publish_pypi: name: upload release to PyPI runs-on: ubuntu-latest + environment: release permissions: id-token: write steps: