From df3533cbba29b7df41ee676cf4cd76a7874ffa77 Mon Sep 17 00:00:00 2001 From: james-otten-pan <69821911+james-otten-pan@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:15:15 -0400 Subject: [PATCH] Update pypi.yml --- .github/workflows/pypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 44c9baf..4ff13e0 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -16,7 +16,7 @@ jobs: permissions: write-all steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Extract version from prismacloud/cli/version.py run: | @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 with: python-version: '3.9' @@ -61,7 +61,7 @@ jobs: coverage run -m unittest discover -v -s "./tests" -p "test*.py" - name: Publish - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}