Skip to content

Commit cca3b3f

Browse files
authored
v0.2.2
version 0.2.2
2 parents 9867786 + 72825ba commit cca3b3f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
env:
2222
PYPI_TOKEN: ${{ secrets.pypi_password }}
2323
run: |
24-
$HOME/.poetry/bin/poetry config pypi-token.pypi $PYPI_TOKEN
25-
$HOME/.poetry/bin/poetry build -f sdist
26-
$HOME/.poetry/bin/poetry publish
24+
$HOME/.local/bin/poetry config pypi-token.pypi $PYPI_TOKEN
25+
$HOME/.local/bin/poetry build -f sdist
26+
$HOME/.local/bin/poetry publish

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-gemini"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "pyobs module for Optec Gemini focusser/rotator"
55
authors = ["Tim-Oliver Husser <[email protected]>", "Frederic V. Hessman <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)