File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed
Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 2424 outputs :
2525 hashes : ${{ steps.artifact-hashes.outputs.hashes }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Set up Python
2929 uses : actions/setup-python@v6
3030 with :
@@ -48,13 +48,13 @@ jobs:
4848 matrix :
4949 python-version : ["3.10", "3.11", "3.12"]
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v5
5252 - name : Set up Python ${{ matrix.python-version }}
5353 uses : actions/setup-python@v6
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 - name : Download dist artifacts
57- uses : actions/download-artifact@v4
57+ uses : actions/download-artifact@v5
5858 with :
5959 name : plugin-dist
6060 path : dist/
8282 needs : [pytest-coverage]
8383 steps :
8484 # checkout necessary to ensure the uploaded report contains the correct paths
85- - uses : actions/checkout@v4
85+ - uses : actions/checkout@v5
8686 - name : Retrieve coverage reports
87- uses : actions/download-artifact@v4
87+ uses : actions/download-artifact@v5
8888 with :
8989 pattern : coverage-*
9090 path : ./reports/
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232
3333 # Initializes the CodeQL tools for scanning.
3434 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 5151 discussions : write
5252 steps :
5353 - name : Download dist artifacts
54- uses : actions/download-artifact@v4
54+ uses : actions/download-artifact@v5
5555 with :
5656 name : plugin-dist
5757 path : dist/
6060 with :
6161 repository-url : ${{ vars.REPOSITORY_URL }}
6262 - name : Sign with sigstore
63- uses : sigstore/gh-action-sigstore-python@v3.0.0
63+ uses : sigstore/gh-action-sigstore-python@v3.0.1
6464 with :
6565 inputs : ./dist/*
6666 # useful to inspect workflow artifacts in test runs
Original file line number Diff line number Diff line change 99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : actions/setup-python@v6
1414 - run : pip install --upgrade pip isort black
1515 - name : Check import order
1919 mypy :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : jpetrucciani/mypy-check@0.991
2424 with :
2525 path : pyhanko_eoi
Original file line number Diff line number Diff line change @@ -31,9 +31,10 @@ classifiers = [
3131]
3232requires-python = " >=3.10"
3333dependencies = [
34- " pyHanko[pkcs11]>=0.23.0" ,
34+ " pyHanko[pkcs11]>=0.31.0" ,
35+ " pyhanko-cli>=0.2.0" ,
3536]
36- version = " 0.1.2 "
37+ version = " 0.1.3 "
3738
3839
3940[project .readme ]
You can’t perform that action at this time.
0 commit comments