Skip to content

Commit

Permalink
Fixing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Sep 26, 2024
1 parent 8c4a6bd commit 29591f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 29591f1

Please sign in to comment.