From 7160ca59fc41ca6b1d1c15fd2782d1bf78f76fd6 Mon Sep 17 00:00:00 2001 From: Daniel M Date: Sat, 14 Sep 2024 19:26:23 -0400 Subject: [PATCH] update publish --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d7fd052..b0bc447 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -76,7 +76,7 @@ jobs: name: python-package-distributions path: dist/ - name: Publish distribution 📦 to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@release/v1.10 with: repository-url: https://test.pypi.org/legacy/ skip-existing: true \ No newline at end of file