Skip to content

Commit 9247500

Browse files
authored
Fix WORKFLOW_BRANCH
1 parent 8e72af3 commit 9247500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-node-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ env:
110110
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
111111
PYPI_USERNAME: "datavisyn"
112112
PYTHON_VERSION: "3.10"
113-
WORKFLOW_BRANCH: "main"
113+
WORKFLOW_BRANCH: "mp/rust" # TODO: Revert
114114
POSTGRES_HOSTNAME: postgres_${{ github.job }}_${{ inputs.deduplication_id }}_${{ github.run_id }}_${{ github.run_attempt }}
115115

116116
permissions:

0 commit comments

Comments
 (0)