File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v6
2020
2121 - name : Build and Check Package
22- uses : hynek/build-and-inspect-python-package@v2.14
22+ uses : hynek/build-and-inspect-python-package@v2.18
2323
2424 deploy :
2525 needs : package
3939 path : dist
4040
4141 - name : Publish package to PyPI
42- uses : pypa/gh-action-pypi-publish@v1.13 .0
42+ uses : pypa/gh-action-pypi-publish@v1.14 .0
4343 with :
4444 attestations : true
4545
5151 git push origin v${{ github.event.inputs.version }}
5252
5353 - name : GitHub Release
54- uses : softprops/action-gh-release@v2
54+ uses : softprops/action-gh-release@v3
5555 with :
5656 files : dist/*
5757 tag_name : v${{ github.event.inputs.version }}
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v6
2424 - name : Build and Check Package
25- uses : hynek/build-and-inspect-python-package@v2.14
25+ uses : hynek/build-and-inspect-python-package@v2.18
2626
2727 test :
2828
You can’t perform that action at this time.
0 commit comments