Skip to content

Commit c34933b

Browse files
authored
Merge pull request #16 from foarsitter/releases/0.1.0
Releases/0.1.0
2 parents b83d795 + 98ed1e0 commit c34933b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Run Labeler
17-
uses: crazy-max/ghaction-github-labeler@v4.0.0
17+
uses: crazy-max/ghaction-github-labeler@v4.1.0
1818
with:
1919
skip-delete: true

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 2
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: "3.10"
2323

@@ -39,7 +39,7 @@ jobs:
3939
- name: Detect and tag new version
4040
id: check-version
4141
if: steps.check-parent-commit.outputs.sha
42-
uses: salsify/[email protected].1
42+
uses: salsify/[email protected].3
4343
with:
4444
version-command: |
4545
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"
@@ -57,14 +57,14 @@ jobs:
5757
5858
- name: Publish package on PyPI
5959
if: steps.check-version.outputs.tag
60-
uses: pypa/gh-action-pypi-publish@v1.5.0
60+
uses: pypa/gh-action-pypi-publish@v1.6.4
6161
with:
6262
user: __token__
6363
password: ${{ secrets.PYPI_TOKEN }}
6464

6565
- name: Publish package on TestPyPI
6666
if: "! steps.check-version.outputs.tag"
67-
uses: pypa/gh-action-pypi-publish@v1.5.0
67+
uses: pypa/gh-action-pypi-publish@v1.6.4
6868
with:
6969
user: __token__
7070
password: ${{ secrets.TEST_PYPI_TOKEN }}

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v3
3939

4040
- name: Set up Python ${{ matrix.python }}
41-
uses: actions/setup-python@v3
41+
uses: actions/setup-python@v4
4242
with:
4343
python-version: ${{ matrix.python }}
4444

@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@v3
118118

119119
- name: Set up Python
120-
uses: actions/setup-python@v3
120+
uses: actions/setup-python@v4
121121
with:
122122
python-version: "3.10"
123123

@@ -151,4 +151,4 @@ jobs:
151151
nox --session=coverage -- xml
152152
153153
- name: Upload coverage report
154-
uses: codecov/[email protected].0
154+
uses: codecov/[email protected].1

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
furo==2022.4.7
1+
furo==2022.12.7
22
sphinx==4.5.0
33
sphinx-click==4.1.0
4-
myst_parser==0.17.2
4+
myst_parser==0.18.1

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 = "checkedid-python-client"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "CheckedID Python API client"
55
authors = ["Jelmer Draaijer <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)