From 29591f17301dd2cd6ace2f2fc91c48c25d3b1f68 Mon Sep 17 00:00:00 2001 From: Marius Merschformann Date: Fri, 27 Sep 2024 00:28:15 +0200 Subject: [PATCH] Fixing paths --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7876a53..aa3d32c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,7 +58,7 @@ jobs: - name: commit new version run: | - git add nextmv/__about__.py + git add nextpipe/__about__.py git commit -S -m "Bump version to $VERSION" git push git tag $VERSION @@ -89,9 +89,9 @@ jobs: matrix: include: - target-env: pypi - target-url: https://pypi.org/p/nextmv + target-url: https://pypi.org/p/nextpipe - target-env: testpypi - target-url: https://test.pypi.org/p/nextmv + target-url: https://test.pypi.org/p/nextpipe environment: name: ${{ matrix.target-env }} url: ${{ matrix.target-url }}