File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 fetch-depth : 0 # Important for setuptools_scm
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2828 with :
2929 python-version : " 3.10"
3030
3737 run : python -m build --sdist --wheel --outdir dist
3838
3939 - name : Upload build artifacts
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4141 with :
4242 name : dist
4343 path : dist/
@@ -55,13 +55,13 @@ jobs:
5555
5656 steps :
5757 - name : Download build artifacts
58- uses : actions/download-artifact@v4
58+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
5959 with :
6060 name : dist
6161 path : dist/
6262
6363 - name : Publish to PyPI via OIDC
64- uses : pypa/gh-action-pypi-publish@release/v1
64+ uses : pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # release/v1
6565 with :
6666 verbose : true
6767 skip-existing : false
You can’t perform that action at this time.
0 commit comments