diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ecde5f4..37f5fad 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,6 @@ jobs: CURRENT_VERSION=$(hatch version) pip install $PACKAGE_NAME==$CURRENT_VERSION python -c "import mesa_frames; print(mesa_frames.__version__)" - - name: Create or recreate version branch - name: Create or recreate version branch run: | CURRENT_VERSION=$(hatch version) @@ -76,4 +75,4 @@ jobs: git config user.email github-actions@github.com git add mesa-frames/__init__.py git commit -m "Bump version to $NEW_VERSION [skip ci]" - git push \ No newline at end of file + git push