From c8eeb9c3bf9351c5f4d6be599f756e293067af13 Mon Sep 17 00:00:00 2001 From: Nathan Collier Date: Tue, 23 Jul 2024 18:15:02 -0400 Subject: [PATCH] update to CI --- .github/workflows/pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 71c1cbd6..dbec2802 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -18,7 +18,7 @@ jobs: # retrieve your distributions here - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + - uses: actions/setup-python@v5 with: python-version: "3.x" - name: Install dependencies