From a6d227cb9f6ce10c4f7ba88d6981e8eb94c973e3 Mon Sep 17 00:00:00 2001 From: Olivier Grisel Date: Tue, 14 Jan 2025 16:29:05 +0100 Subject: [PATCH] MAINT fix placeholder with correct package name in test.pypi.org publishing config (#550) --- .github/workflows/publish_to_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 65ed31fb..419cfbcd 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -104,7 +104,7 @@ jobs: environment: name: testpypi - url: https://test.pypi.org/p/ + url: https://test.pypi.org/p/cloudpickle permissions: id-token: write # IMPORTANT: mandatory for trusted publishing