File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 permissions : write-all
1717 steps :
1818 - name : Check out code
19- uses : actions/checkout@v3
19+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2020
2121 - name : Extract version from prismacloud/cli/version.py
2222 run : |
3838 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3939
4040 - name : Set up Python
41- uses : actions/setup-python@v4
41+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
4242 with :
4343 python-version : ' 3.9'
4444
6161 coverage run -m unittest discover -v -s "./tests" -p "test*.py"
6262
6363 - name : Publish
64- uses : pypa/gh-action-pypi-publish@release/v1
64+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
6565 with :
6666 user : __token__
6767 password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments