From 8c71d886334fe6f7877f820968134fd41124accf Mon Sep 17 00:00:00 2001 From: Nicholas Devenish Date: Tue, 1 Oct 2024 13:20:48 +0100 Subject: [PATCH] Rename --- .github/workflows/publish-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 758fa09..dbf6b30 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -1,4 +1,4 @@ -name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI +name: Build and Test on: push