From a1a21cf4c3a9e945ec4dd9eda72dd880eedc6aa1 Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Fri, 27 Oct 2023 16:41:02 -0600 Subject: [PATCH] use named environment --- .github/workflows/testing-and-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-and-deployment.yml b/.github/workflows/testing-and-deployment.yml index 4b5f244..3a4cde9 100644 --- a/.github/workflows/testing-and-deployment.yml +++ b/.github/workflows/testing-and-deployment.yml @@ -70,7 +70,7 @@ jobs: needs: [unit_testing] runs-on: ubuntu-latest environment: - name: pypi + name: deployment url: https://pypi.org/p/keepa permissions: id-token: write # this permission is mandatory for trusted publishing