File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v7
2424
2525 - name : Build and Check Package
26- uses : hynek/build-and-inspect-python-package@v2.18.0
26+ uses : hynek/build-and-inspect-python-package@v3.0.1
2727 with :
2828 attest-build-provenance-github : ' true'
2929
4646 path : dist
4747
4848 - name : Publish package to PyPI
49- uses : pypa/gh-action-pypi-publish@v1.14.0
49+ uses : pypa/gh-action-pypi-publish@v1.14.2
5050 with :
5151 attestations : true
5252
5858 git push origin v${{ github.event.inputs.version }}
5959
6060 - name : Set up Python
61- uses : actions/setup-python@v6
61+ uses : actions/setup-python@v7
6262 with :
6363 python-version : " 3.10"
6464
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v7
2525 - name : Build and Check Package
26- uses : hynek/build-and-inspect-python-package@v2.18.0
26+ uses : hynek/build-and-inspect-python-package@v3.0.1
2727 with :
2828 # Disabling because this is failing currently, see #466.
2929 attest-build-provenance-github : ' false'
6161 path : dist
6262
6363 - name : Set up Python
64- uses : actions/setup-python@v6
64+ uses : actions/setup-python@v7
6565 with :
6666 python-version : ${{ matrix.python }}
6767 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments