From e2b0d7da66b299e97ef7914767cd8f484919aadd Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 5 Dec 2024 11:47:42 -0500 Subject: [PATCH] chore(ci): Configure a branch that will trigger uploading to test.pypi.org --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6249b6f7..ff73a5bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,7 @@ on: branches: - master - maint/* + - test-pypi-uploads tags: - '*' pull_request: {}