From 0fded38e2d336f86d65b0b974f7f23880891e767 Mon Sep 17 00:00:00 2001 From: linuxgoose Date: Tue, 14 Oct 2025 20:43:19 +0000 Subject: [PATCH] Update .github/workflows/publish.yml --- .github/workflows/publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 688e50225e11654b6c488b10759b9a2852601ebd..292611666f0da5b24bbbfd22b487d81ea783764b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,12 +17,6 @@ jobs: fetch-depth: 0 ref: 'main' - # Set up Python (optional in python image, but keeps setup-python steps compatible) - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: '3.12' - # Install Flit - name: Install Flit run: pip install --upgrade pip flit