Skip to content

Commit 343d04a

Browse files
committed
remove pypi for now
1 parent 7f38891 commit 343d04a

File tree

4 files changed

+3
-30
lines changed

4 files changed

+3
-30
lines changed

.copier-answers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ docs_type: README
1414
git_platform: github.com
1515
github_org: DiamondLightSource
1616
package_name: fastcs_example
17-
pypi: true
17+
pypi: false
1818
repo_name: fastcs-example
19-
strict_typing: true
19+
strict_typing: false
2020
type_checker: pyright

.github/workflows/_pypi.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ jobs:
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'

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

1111
Source | <https://github.com/DiamondLightSource/fastcs-example>
1212
:---: | :---:
13-
PyPI | `pip install fastcs-example[demo]`
1413
Docker | `docker run ghcr.io/diamondlightsource/fastcs-example:latest`
1514
Releases | <https://github.com/DiamondLightSource/fastcs-example/releases>
1615

0 commit comments

Comments
 (0)