Skip to content

Commit f844bfa

Browse files
authored
Merge pull request #304 from bknueven/pypi_deploy
updating pypi publish
2 parents e7987e7 + 8e6c40d commit f844bfa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
branches:
88
- main
9+
tags:
10+
- '*'
911

1012
jobs:
1113
build-n-publish:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pathlib import Path
1212

1313
DISTNAME = 'gridx-egret'
14-
VERSION = '0.5.4'
14+
VERSION = '0.5.5'
1515
PACKAGES = find_packages()
1616
EXTENSIONS = []
1717
DESCRIPTION = 'EGRET: Electrical Grid Research and Engineering Tools.'

0 commit comments

Comments
 (0)