From 68511c421cca54c97626dd84e012b110b7766bc2 Mon Sep 17 00:00:00 2001 From: Daphne Demekas Date: Mon, 15 Apr 2024 12:46:44 -0400 Subject: [PATCH] new workflow file for develop branch --- .github/workflows/publish-to-pypi-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi-dev.yml b/.github/workflows/publish-to-pypi-dev.yml index b7d9195..907f3c4 100644 --- a/.github/workflows/publish-to-pypi-dev.yml +++ b/.github/workflows/publish-to-pypi-dev.yml @@ -44,7 +44,7 @@ jobs: # Build, Publish and GitHub Release steps remain mostly the same, except for some nuances. # Here's a quick change for the publish-to-pypi job: -build: + build: name: Build distribution needs: - version-check