From 791e4200c530ca2846ecef58a971154211fdf925 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Jul 2026 04:09:08 +0000 Subject: [PATCH] Remove dead PUBLISH_REQUIREMENTS_PATH env from pypi-publish.yml This env var points at .github/requirements/publish-requirements.txt, which no longer exists, and nothing in the workflow reads it. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01DWoMomNAcBM3e8duJrb2do --- .github/workflows/pypi-publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index db46ceeae941..4fc0be7c942d 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -15,9 +15,6 @@ on: workflows: ["Wheel Builder"] types: [completed] -env: - PUBLISH_REQUIREMENTS_PATH: .github/requirements/publish-requirements.txt - permissions: contents: read