File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 name : sdist and wheels
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616 with :
1717 fetch-depth : 0
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
1919 with :
2020 python-version : " 3.12"
2121 - name : Build wheels
2424 pip install -U build twine wheel
2525 python -m build --sdist --wheel
2626 - run : twine check --strict dist/*
27- - uses : actions/upload-artifact@v4
27+ - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
2828 with :
2929 name : dist
3030 path : dist
4040 # IMPORTANT: this permission is mandatory for trusted publishing
4141 id-token : write
4242 steps :
43- - uses : actions/download-artifact@v4
43+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
4444 with :
4545 name : dist
4646 path : dist
47- - uses : pypa/gh-action-pypi-publish@release/v1
47+ - uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
You can’t perform that action at this time.
0 commit comments