Skip to content

Commit aafbb9e

Browse files
authored
v1.1.2
version 1.1.2
2 parents 366b13f + 09ce09c commit aafbb9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222

2323
- name: Publish
2424
env:
25-
PYPI_TOKEN: ${{ secrets.pypi_password }}
25+
PYPI_TOKEN: ${{ secrets.pypi_token }}
2626
run: uv publish --token $PYPI_TOKEN

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyobs-aravis"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "pyobs module for Aravis cameras"
55
authors = [{ name = "Tim-Oliver Husser", email = "[email protected]" }]
66
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)