Skip to content

Commit

Permalink
Merge pull request #304 from bknueven/pypi_deploy
Browse files Browse the repository at this point in the history
updating pypi publish
  • Loading branch information
bknueven authored Apr 3, 2023
2 parents e7987e7 + 8e6c40d commit f844bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- main
tags:
- '*'

jobs:
build-n-publish:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pathlib import Path

DISTNAME = 'gridx-egret'
VERSION = '0.5.4'
VERSION = '0.5.5'
PACKAGES = find_packages()
EXTENSIONS = []
DESCRIPTION = 'EGRET: Electrical Grid Research and Engineering Tools.'
Expand Down

0 comments on commit f844bfa

Please sign in to comment.