Skip to content

Commit

Permalink
Update readme.md for removing pypi_test
Browse files Browse the repository at this point in the history
  • Loading branch information
kccwing authored Aug 29, 2024
1 parent 9210c61 commit 41a04a8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SHARPy GitHub Workflows

There are 4(+2 experimental) automated workflows for SHARPy's CI/CD.
There are 4(+1 experimental) automated workflows for SHARPy's CI/CD.

## SHARPy Tests

Expand All @@ -24,8 +24,7 @@ image to the SHARPy packages. Therefore:

## Pypi (experimental!)

Two nearly identical workflows, the only difference is that one pushes the wheel
One workflow with two jobs, the first creates and the second pushes the wheel
artifact to icl-sharpy @ pypi. Therefore:

* `pypi_build_test.yaml`: Builds the pypi wheel but does not push. Runs on changes to the `pypi*` workflows, changes to the `utils/` directory (environments) and changes to the `setup.py`. Required test for PRs to merge to `develop` and `main`.
* `pypi_build.yaml`: Builds and pushes the pypi wheel. Runs on annotated tags.
* `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.

0 comments on commit 41a04a8

Please sign in to comment.