From 872a7091ea5acc88cc4b121cdf651ea086a6111f Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 5 Dec 2025 16:46:26 -0600 Subject: [PATCH] FIX: Update artifact versions in PyPI build. --- .github/workflows/pypi-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index c9d8b27..3501101 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -62,12 +62,12 @@ jobs: if: github.event_name == 'release' runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v4.1.7 with: name: releases - path: dist/* + path: dist - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@v1.10.2 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}