File tree Expand file tree Collapse file tree 4 files changed +3
-30
lines changed
Expand file tree Collapse file tree 4 files changed +3
-30
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ docs_type: README
1414git_platform : github.com
1515github_org : DiamondLightSource
1616package_name : fastcs_example
17- pypi : true
17+ pypi : false
1818repo_name : fastcs-example
19- strict_typing : true
19+ strict_typing : false
2020type_checker : pyright
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4545 dist :
4646 uses : ./.github/workflows/_dist.yml
4747
48- pypi :
49- needs : [dist, test]
50- if : github.ref_type == 'tag'
51- uses : ./.github/workflows/_pypi.yml
52- permissions :
53- id-token : write
54-
5548 release :
5649 needs : [dist, test]
5750 if : github.ref_type == 'tag'
Original file line number Diff line number Diff line change 11[ ![ CI] ( https://github.com/DiamondLightSource/fastcs-example/actions/workflows/ci.yml/badge.svg )] ( https://github.com/DiamondLightSource/fastcs-example/actions/workflows/ci.yml )
22[ ![ Coverage] ( https://codecov.io/gh/DiamondLightSource/fastcs-example/branch/main/graph/badge.svg )] ( https://codecov.io/gh/DiamondLightSource/fastcs-example )
3- [ ![ PyPI ] ( https://img.shields.io/pypi/v/fastcs-example.svg )] ( https://pypi.org/project/fastcs-example )
3+
44[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
55
66# fastcs_example
@@ -10,7 +10,6 @@ An example simulation IOC for testing fastCS
1010
1111Source | < https://github.com/DiamondLightSource/fastcs-example >
1212:---: | :---:
13- PyPI | ` pip install fastcs-example[demo] `
1413Docker | ` docker run ghcr.io/diamondlightsource/fastcs-example:latest `
1514Releases | < https://github.com/DiamondLightSource/fastcs-example/releases >
1615
You can’t perform that action at this time.
0 commit comments