@@ -16,11 +16,11 @@ jobs:
1616 permissions :
1717 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 persist-credentials : false
2222 - name : Set up Python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : " 3.13"
2626 - name : Install pypa/build
@@ -48,12 +48,12 @@ jobs:
4848 id-token : write # IMPORTANT: mandatory for trusted publishing
4949 steps :
5050 - name : Download all the dists
51- uses : actions/download-artifact@v4
51+ uses : actions/download-artifact@v5
5252 with :
5353 name : python-package-distributions
5454 path : dist/
5555 - name : Publish distribution 📦 to PyPI
56- uses : pypa/gh-action-pypi-publish@v1.12.4
56+ uses : pypa/gh-action-pypi-publish@v1.13.0
5757
5858 publish-to-testpypi :
5959 name : Publish Python 🐍 distribution 📦 to TestPyPI
@@ -70,12 +70,12 @@ jobs:
7070
7171 steps :
7272 - name : Download all the dists
73- uses : actions/download-artifact@v4
73+ uses : actions/download-artifact@v5
7474 with :
7575 name : python-package-distributions
7676 path : dist/
7777 - name : Publish distribution 📦 to TestPyPI
78- uses : pypa/gh-action-pypi-publish@v1.12.4
78+ uses : pypa/gh-action-pypi-publish@v1.13.0
7979 with :
8080 repository-url : https://test.pypi.org/legacy/
8181 skip-existing : true
0 commit comments