From bc576b22488db2526b344d01789e8d6978ab8091 Mon Sep 17 00:00:00 2001 From: masklinn Date: Mon, 2 Feb 2026 17:30:11 +0100 Subject: [PATCH] Surprise, the builtins release is broken again! it's pypi not pypy, it was written correctly just 4 lines below but apparently I still could not get it right in #288. --- .github/workflows/release-builtins.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-builtins.yml b/.github/workflows/release-builtins.yml index 6597070..fa54a25 100644 --- a/.github/workflows/release-builtins.yml +++ b/.github/workflows/release-builtins.yml @@ -1,6 +1,6 @@ name: Publish ua-parser builtins -run-name: Publish ${{ inputs.tag || 'master' }} to ${{ inputs.environment || 'pypy (scheduled)' }} +run-name: Publish ${{ inputs.tag || 'master' }} to ${{ inputs.environment || 'pypi (scheduled)' }} permissions: {} @@ -14,7 +14,7 @@ on: description: "uap-core ref to release" type: string environment: - description: "environment to release for (testpypy or pypy)" + description: "environment to release for (testpypi or pypi)" type: environment required: true @@ -38,7 +38,7 @@ jobs: - name: Check necessity of release id: check env: - PYPI: ${{ github.event.inputs.environment || 'pypy' }} + PYPI: ${{ github.event.inputs.environment || 'pypi' }} REF: ${{ inputs.tag || 'HEAD' }} run: | case $PYPI in