Skip to content

Commit

Permalink
remove files and update dev gha
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Aug 8, 2023
1 parent ceb13f5 commit 62e8956
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_dev_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
sed -i "s/__version__\s*=\s*\"\([0-9]\+\.[0-9]\+\.[0-9]\+\).dev[0-9]\+\"/__version__ = \"\1$NEW_VERSION\"/" __init__.py
git checkout main
sed -i "s/__version__\s*=\s*\"\([0-9]\+\.[0-9]\+\.[0-9]\+\).dev[0-9]\+\"/__version__ = \"\1$NEW_VERSION\"/" __init__.py
git add __init__.py
git commit -m "update version"
git push origin main -f
git push origin main
42 changes: 0 additions & 42 deletions .github/workflows/update_dev_version_manual.yml

This file was deleted.

Empty file removed a
Empty file.
Empty file removed b
Empty file.
Empty file removed iupoiup
Empty file.

0 comments on commit 62e8956

Please sign in to comment.