Skip to content

Commit

Permalink
Bumping version and adding workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Carter committed Aug 15, 2024
1 parent 6166ab1 commit 142d2f6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -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 }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 142d2f6

Please sign in to comment.