File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ jobs:
4747
4848 steps :
4949 - name : Checkout code
50- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151 with :
5252 fetch-depth : 0
5353 - name : Set up Python
54- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
54+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
5555 with :
5656 python-version : ${{ matrix.python }}
5757 - name : Install language-pack-de and tzdata
6565 run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
6666 - name : Upload coverage to codecov
6767 if : ${{ contains(matrix.toxenv,'-cov') }}
68- uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
68+ uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
6969 with :
7070 file : ./coverage.xml
7171
@@ -88,11 +88,11 @@ jobs:
8888
8989 steps :
9090 - name : Checkout code
91- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
91+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9292 with :
9393 fetch-depth : 0
9494 - name : Set up Python
95- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
95+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
9696 with :
9797 python-version : ${{ matrix.python }}
9898 - name : Install language-pack-de and tzdata
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
13+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414 - name : Set up Python
15- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
15+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
1616 with :
1717 python-version : " 3.x"
1818 - name : Install pypa/build
2424 - name : Build a binary wheel and a source tarball
2525 run : python3 -m build
2626 - name : Store the distribution packages
27- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
27+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
2828 with :
2929 name : python-package-distributions
3030 path : dist/
4949 name : python-package-distributions
5050 path : dist/
5151 - name : Publish distribution 📦 to PyPI
52- uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
52+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
Original file line number Diff line number Diff line change @@ -14,3 +14,6 @@ python:
1414
1515formats : []
1616
17+ sphinx :
18+ # Path to your Sphinx configuration file.
19+ configuration : docs/conf.py
You can’t perform that action at this time.
0 commit comments