From af5389d2e53b768186db739b83fda51300eddf10 Mon Sep 17 00:00:00 2001 From: jtyoung84 <104453205+jtyoung84@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:52:57 -0700 Subject: [PATCH] hot-fix: patches typo in yaml file (#14) --- .github/workflows/tag_and_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag_and_publish.yml b/.github/workflows/tag_and_publish.yml index b74c9fd..5847b17 100644 --- a/.github/workflows/tag_and_publish.yml +++ b/.github/workflows/tag_and_publish.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v3 with: - python-version: 3.10 + python-version: '3.10' - name: Install dependencies run: | python -m pip install -e .[dev] --no-cache-dir @@ -73,7 +73,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: '3.10' - name: Install dependencies run: | pip install --upgrade setuptools wheel twine build