File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
3939 - name : Detect and tag new version
4040 id : check-version
4141 if : steps.check-parent-commit.outputs.sha
42- 42+ 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 }}
Original file line number Diff line number Diff line change 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- 154+
Original file line number Diff line number Diff line change 1- furo == 2022.4 .7
1+ furo == 2022.12 .7
22sphinx == 4.5.0
33sphinx-click == 4.1.0
4- myst_parser == 0.17.2
4+ myst_parser == 0.18.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " checkedid-python-client"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " CheckedID Python API client"
55authors = [
" Jelmer Draaijer <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments