From 1893bd4ced4f1da304a8e1a6a642990a7170aa2c Mon Sep 17 00:00:00 2001 From: Daniel M Date: Mon, 2 Sep 2024 15:17:13 -0600 Subject: [PATCH] following the documentation they have --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbda355..08b3bb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: name: python-package-distributions path: dist/ - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@release/v1.10.0 + uses: pypa/gh-action-pypi-publish@release/v1 github-release: name: >- @@ -114,7 +114,7 @@ jobs: name: python-package-distributions path: dist/ - name: Publish distribution 📦 to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1.10.0 + uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ skip-existing: true