Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufcanb committed Feb 27, 2021
1 parent faa213c commit 011aa7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
pip install poetry twine
poetry install -v
- name: Build and publish
env:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "robotframework-gpio"
version = "0.1.0-beta"
version = "0.1.0-beta1"
description = "Robot Framework Library for interfacing GPIO pins on executing robot files on Raspberry Pi's. "
authors = ["Yusuf Can Bayrak <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/GPIOLibrary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from GPIOLibrary.keywords import BoardKeywords, GPIOKeywords

__version___ = "0.1.0-beta"
__version___ = "0.1.0-beta1"


class GPIOLibrary(BoardKeywords, GPIOKeywords):
Expand Down

0 comments on commit 011aa7d

Please sign in to comment.