From 79d47d633f4705cdbdd6fc1c2195e917991a69cc Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Fri, 10 Jan 2025 15:09:57 +0000 Subject: [PATCH] Fix typo. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75b860a92b..25218b3203 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -344,7 +344,7 @@ jobs: if: github.event_name == 'release' needs: [test_linux_wheels, test_linux_aarch64_wheels, test_macos_x86_wheels, test_macos_arm64_wheels, test_Windows_wheels] runs-on: ubuntu-latest - environmemt: + environment: name: release url: https://pypi.org/p/pytket permissions: