We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9867786 + 72825ba commit cca3b3fCopy full SHA for cca3b3f
.github/workflows/pypi.yml
@@ -21,6 +21,6 @@ jobs:
21
env:
22
PYPI_TOKEN: ${{ secrets.pypi_password }}
23
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
+ $HOME/.local/bin/poetry config pypi-token.pypi $PYPI_TOKEN
+ $HOME/.local/bin/poetry build -f sdist
+ $HOME/.local/bin/poetry publish
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pyobs-gemini"
3
-version = "0.2.1"
+version = "0.2.2"
4
description = "pyobs module for Optec Gemini focusser/rotator"
5
authors = ["Tim-Oliver Husser <[email protected]>", "Frederic V. Hessman <[email protected]>"]
6
license = "MIT"
0 commit comments