From 2b0ebb18e51fdb7265b0541650edf0c1f8a26a84 Mon Sep 17 00:00:00 2001 From: Olivier Grisel Date: Tue, 14 Jan 2025 16:27:56 +0100 Subject: [PATCH] MAINT fix placeholder with correct package name in test.pypi.org publishing config --- .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