From 1d59c857df0edae17421eec1613846a578bad278 Mon Sep 17 00:00:00 2001 From: angie Date: Tue, 20 Dec 2022 13:01:08 -0300 Subject: [PATCH] rename ci --- .github/workflows/isolated_python_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/isolated_python_build.yml b/.github/workflows/isolated_python_build.yml index 198e553..c30dc8a 100644 --- a/.github/workflows/isolated_python_build.yml +++ b/.github/workflows/isolated_python_build.yml @@ -1,4 +1,4 @@ -name: Build and upload to PyPI +name: Build Python package in isolated environment # Build on every branch push, tag push, and pull request change: on: [push, pull_request]