From 98f7b882c94f5ece4f3f00a06a80ac0a2c629716 Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Fri, 27 Oct 2023 16:54:39 -0600 Subject: [PATCH] use pypi env --- .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 5b1c590..a2ddc28 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: deployment + name: pypi url: https://pypi.org/p/keepa permissions: id-token: write # this permission is mandatory for trusted publishing