-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bde1e0a
commit 458a7f5
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] | ||
git add mesa-frames/__init__.py | ||
git commit -m "Bump version to $NEW_VERSION [skip ci]" | ||
git push | ||
git push |