From 9e52bc00f390adc52bb96b6f39879be23b6d18bd Mon Sep 17 00:00:00 2001 From: wjmcat <1435130236@qq.com> Date: Tue, 14 Jul 2020 19:24:38 +0800 Subject: [PATCH] update workflow name & version --- .github/workflows/delopy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delopy.yml b/.github/workflows/delopy.yml index 44ebc1c..322a2c2 100644 --- a/.github/workflows/delopy.yml +++ b/.github/workflows/delopy.yml @@ -1,7 +1,7 @@ # This workflows will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries -name: Upload Python Package +name: code-generator-deploy on: push: -- GitLab