From b6b13198855d2127c978a5d2ac0774c663ef13bb Mon Sep 17 00:00:00 2001 From: Jk Date: Thu, 4 Jan 2024 23:23:47 +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 a8332fc..ca96088 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/project/metar-taf-parser-mivek/ + url: https://pypi.org/p/metar-taf-parser-mivek/ permissions: id-token: write steps: