From 5586b113aca6ce53c60ad89bb0b0ec425a5e27d1 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Wed, 6 Nov 2024 06:59:31 +0100 Subject: [PATCH] chore: fix stupid typo --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 429bcf38..9162258e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish on: push: branches: - # we publish to Test PyPO on pushes to the main branch + # we publish to Test PyPI on pushes to the main branch - "main" tags: - "v*"