From 68a8e1cdc430411d90b1cae9e79e1ecbd132dbe9 Mon Sep 17 00:00:00 2001 From: Adam Chidlow Date: Tue, 15 Nov 2022 16:24:42 +0800 Subject: [PATCH] enable publishing to test (TODO: DROP THIS COMMIT) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3ebfafb9e..1a7bc1b24 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,4 +10,4 @@ jobs: uses: ./.github/workflows/makerx-build-python.yaml with: sourceCodeDirectory: . - shouldPublish: false + shouldPublish: true