From 45ae5e511001f81d4c4df50c0ee5f2e0abe8e6f2 Mon Sep 17 00:00:00 2001 From: kccwing <60852830+kccwing@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:07:36 +0100 Subject: [PATCH] pypi rename to ic-sharpy --- .github/workflows/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme.md b/.github/workflows/readme.md index f073f0000..f8762f531 100644 --- a/.github/workflows/readme.md +++ b/.github/workflows/readme.md @@ -25,6 +25,6 @@ image to the SHARPy packages. Therefore: ## Pypi (experimental!) One workflow with two jobs, the first creates and the second pushes the wheel -artifact to icl-sharpy @ pypi. Therefore: +artifact to ic-sharpy @ pypi. Therefore: * `pypi_build.yaml`: Builds and pushes the pypi wheel according to conditions. Runs on changes to the `pypi*` workflow, changes to the `setup.py`, and PRs and pushes to main and develop. Required test for PRs to merge to `develop` and `main`. Publishes on annotated tags.