From b3707b432db4a62ff446a8afa9e912a0551ecf4a Mon Sep 17 00:00:00 2001 From: Jk Date: Thu, 4 Jan 2024 23:37:54 +0100 Subject: [PATCH] Fix the usage of the pypa/gh-action-pypi-publish action Fix the used version. Switch to trusted publisher instead of password authentication. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8735f57..0f4d854 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: name: Deploy to PYPI runs-on: ubuntu-latest environment: - name: pypi + name: release url: https://pypi.org/p/metar-taf-parser-mivek/ permissions: id-token: write