From c8d2145bb300d2729f844bb53823a4aa40d6931b Mon Sep 17 00:00:00 2001 From: Michael Boyle Date: Fri, 21 Aug 2020 17:48:27 -0400 Subject: [PATCH] Fix syntax error --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52855b0..da785e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,7 +102,7 @@ jobs: env: # Get key from https://pypi.org/manage/account/token/, and # copy it to Github > repo > Settings > Secrets - POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}: + POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} run: | python -m poetry build python -m poetry install