@@ -21,14 +21,14 @@ jobs:
2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v5
24+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525 with :
2626 # fetch all history so that setuptools-scm works
2727 fetch-depth : 0
2828 persist-credentials : false
2929
3030 - name : Set up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3232 with :
3333 python-version : ' 3.11'
3434
5252 ls -lh dist/
5353
5454 - name : Store the distribution packages
55- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5656 with :
5757 name : python-package-distributions
5858 path : dist/
@@ -72,13 +72,13 @@ jobs:
7272
7373 steps :
7474 - name : Download all the dists
75- uses : actions/download-artifact@v5
75+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
7676 with :
7777 name : python-package-distributions
7878 path : dist/
7979
8080 - name : Publish distribution 📦 to TestPyPI
81- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
81+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
8282 with :
8383 repository-url : https://test.pypi.org/legacy/
8484
@@ -96,10 +96,10 @@ jobs:
9696
9797 steps :
9898 - name : Download all the dists
99- uses : actions/download-artifact@v5
99+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
100100 with :
101101 name : python-package-distributions
102102 path : dist/
103103
104104 - name : Publish distribution 📦 to PyPI
105- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
105+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
0 commit comments