From 6806d859f5beedd570dc7bca149652cec15eb942 Mon Sep 17 00:00:00 2001 From: Nicholas Reinicke Date: Wed, 8 May 2024 10:08:38 -0600 Subject: [PATCH] update release.yaml correct pypi url --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 032d3bc..4adddd6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/altrios + url: https://pypi.org/project/mappymatch/ permissions: id-token: write steps: @@ -30,4 +30,4 @@ jobs: with: path: ./dist/* - name: Publish package - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1