Skip to content

Commit df3533c

Browse files
Update pypi.yml
1 parent e43d02e commit df3533c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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: |
@@ -38,7 +38,7 @@ jobs:
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

@@ -61,7 +61,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)