Skip to content

Commit 651d33d

Browse files
jroscoqctrlrobot
andauthored
ci: Add Q-CTRL Robot and Email for Git commands (#326)
Co-authored-by: Q-CTRL Robot <[email protected]>
1 parent 04783e2 commit 651d33d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/on-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
run: |
3030
git config --global --add safe.directory $GITHUB_WORKSPACE
31+
git config --global user.email "[email protected]"
32+
git config --global user.name "Q-CTRL Robot"
3133
/scripts/housekeeping.sh
3234
3335
linting:

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 = "qctrl-open-controls"
3-
version = "12.0.0"
3+
version = "12.0.1"
44
description = "Q-CTRL Open Controls"
55
license = "Apache-2.0"
66
authors = ["Q-CTRL <[email protected]>"]

qctrlopencontrols/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Top-level package for Q-CTRL Open Controls.
1717
"""
1818

19-
__version__ = "12.0.0"
19+
__version__ = "12.0.1"
2020

2121
from .driven_controls.driven_control import DrivenControl
2222
from .driven_controls.predefined import (

0 commit comments

Comments
 (0)