From 26f265d73dc2ba3b7ab5213947dda8e73eaa2f49 Mon Sep 17 00:00:00 2001 From: MountainGod2 Date: Sun, 27 Oct 2024 10:13:30 -0600 Subject: [PATCH] refactor: update dependencies in ci-cd-build.yml --- .github/workflows/{ci-cd.yml => ci-cd-build.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{ci-cd.yml => ci-cd-build.yml} (97%) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd-build.yml similarity index 97% rename from .github/workflows/ci-cd.yml rename to .github/workflows/ci-cd-build.yml index 995961a1..247745c4 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd-build.yml @@ -104,7 +104,7 @@ jobs: - name: Publish to TestPyPI if: steps.release.outputs.released == 'true' - uses: pypa/gh-action-pypi-publish@release/v1.10 + uses: pypa/gh-action-pypi-publish@v1.10.3 with: repository-url: 'https://test.pypi.org/legacy/' @@ -115,11 +115,11 @@ jobs: - name: Publish to PyPI if: steps.release.outputs.released == 'true' - uses: pypa/gh-action-pypi-publish@release/v1.10 + uses: pypa/gh-action-pypi-publish@v1.10.3 - name: Publish to GitHub Releases if: steps.release.outputs.released == 'true' - uses: python-semantic-release/publish-action@main + uses: python-semantic-release/publish-action@v9.12.0 with: github_token: '${{ secrets.GITHUB_TOKEN }}'