From 2d005b8b0fbcc3f7cd9e7b3de65e4307130a5b7b Mon Sep 17 00:00:00 2001 From: kapoorlab Date: Fri, 6 Oct 2023 21:15:17 +0200 Subject: [PATCH] update --- .github/workflows/deploy.yml | 2 +- .github/workflows/test_and_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 837e722..5943d4f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.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: napatrackmater_deploy +name: quartic_deploy on: workflow_dispatch: inputs: diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 4df0937..13615ca 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.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: napatrackmater_test_deploy +name: quartic_test_deploy on: workflow_dispatch: