Skip to content

Commit

Permalink
testing this
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvxx committed Feb 11, 2024
1 parent c70ebd4 commit 986383e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
python -m pip install --upgrade pip
pip install bumpversion build twine
# I wasn't able to find a way to override our current branch protection
# but essentially that is the issue why automation is unable to update the version number
# each time

#- name: Configure Git user
# run: |
# git config --local user.email "action@github.com"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pymgm-test"
version = "0.2.0"
version = "0.2.1"
description = "An open source python package for implementing the MGM method for elliptic equations on point cloud surfaces"
authors = [
{name = "Grady Wright", email = "gradywright@boisestate.edu"}
Expand Down

0 comments on commit 986383e

Please sign in to comment.