diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml new file mode 100644 index 0000000..5d2ba45 --- /dev/null +++ b/.github/workflows/workflow.yml @@ -0,0 +1,15 @@ +--- +name: pypi_publish +on: + push: + tags: + - '**' +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Build and publish to pypi + uses: JRubics/poetry-publish@v1.16 + with: + pypi_token: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file diff --git a/setup.py b/setup.py index c6467b1..2ffd154 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='concord232', - version='0.15', + version='0.15.1', description='GE Concord 4 RS232 Serial Interface Library and Server', author='Jason Carter', author_email='jason@jason-carter.net',