Skip to content

Commit

Permalink
Merge pull request #3 from blauret/beta2
Browse files Browse the repository at this point in the history
Beta 2 version branch
  • Loading branch information
blauret committed Aug 31, 2021
2 parents b63dd14 + 92c9c56 commit 6082752
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Upload Python Package

on:
release:
types: [created]
types: [published]

jobs:
deploy:
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ Initialize the virtual environment
> source bootstrap.sh
```

Edit the python search path

```console
> export PYTHONPATH=.
```

Start the Application

```console
Expand Down
2 changes: 1 addition & 1 deletion pyG5/pyG5Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@author: Ben Lauret
"""

__version__ = "0.0.1beta1"
__version__ = "0.0.1beta2"
__appName__ = "pyG5"

import argparse
Expand Down

0 comments on commit 6082752

Please sign in to comment.