We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7987e7 + 8e6c40d commit f844bfaCopy full SHA for f844bfa
.github/workflows/publish-to-test-pypi.yml
@@ -6,6 +6,8 @@ on:
6
push:
7
branches:
8
- main
9
+ tags:
10
+ - '*'
11
12
jobs:
13
build-n-publish:
setup.py
@@ -11,7 +11,7 @@
from pathlib import Path
DISTNAME = 'gridx-egret'
14
-VERSION = '0.5.4'
+VERSION = '0.5.5'
15
PACKAGES = find_packages()
16
EXTENSIONS = []
17
DESCRIPTION = 'EGRET: Electrical Grid Research and Engineering Tools.'
0 commit comments