Skip to content

Commit

Permalink
................ bugfix????
Browse files Browse the repository at this point in the history
  • Loading branch information
alexqfredrickson committed May 6, 2024
1 parent 2bb882e commit 2fdf6f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/version-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
NEW_VERSION=${{ github.event.inputs.new-version }}"
sed -i "s/^version\s*=.*/version = \"$NEW_VERSION\"/" pyproject.toml
cat pyproject.toml
# git config user.name "github-actions[bot]"
# git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "updated pyproject.toml version"
git push
Expand Down

0 comments on commit 2fdf6f9

Please sign in to comment.