File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 outputs :
1414 version : ${{ steps.baipp.outputs.package_version }}
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17- - uses : hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 # v2.12 .0
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+ - uses : hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13 .0
1818 id : baipp
1919
2020 publish :
@@ -29,12 +29,12 @@ jobs:
2929 # url: https://pypi.org/project/ticketswap-target-notion/${{ steps.baipp.outputs.package_version }}
3030 if : startsWith(github.ref, 'refs/tags/')
3131 steps :
32- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
32+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
3333 with :
3434 name : Packages
3535 path : dist
3636 - name : Upload wheel to release
37- uses : svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0
37+ uses : svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # 2.11.2
3838 with :
3939 repo_token : ${{secrets.GITHUB_TOKEN}}
4040 file : dist/*.whl
4545 - name : Publish
4646 # # TODO: create a trusted publisher on PyPI
4747 # # https://docs.pypi.org/trusted-publishers/
48- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
48+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
Original file line number Diff line number Diff line change 4040 - " 3.12"
4141 - " 3.13"
4242 steps :
43- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444 - name : Set up Python ${{ matrix.python-version }}
45- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
45+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
4646 with :
4747 python-version : ${{ matrix.python-version }}
4848 - run : pipx install tox
You can’t perform that action at this time.
0 commit comments