Skip to content

Commit cfd69a7

Browse files
authored
Merge pull request #17 from trishullab/usr/amit9oct/readme-fix
Fixed the README, changed the release to manual trigger.
2 parents 8f87432 + 9dd5cee commit cfd69a7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/github-publish-actions.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Publish to PyPI
22

33
on:
4-
push:
5-
# This example triggers on any branch named "release"
6-
branches:
7-
- release
4+
workflow_dispatch:
85

96
jobs:
107
publish:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![Build Status](https://github.com/trishullab/itp-interface/actions/workflows/github-build-actions.yaml/badge.svg)](https://github.com/trishullab/itp-interface/actions/workflows/github-build-actions.yaml)
2+
[![PyPI version](https://img.shields.io/pypi/v/itp-interface.svg)](https://pypi.org/project/itp-interface/)
3+
[![PyPI downloads](https://img.shields.io/pypi/dm/itp-interface.svg)](https://pypi.org/project/itp-interface/)
4+
15
# itp-interface
26
Generic interface for hooking up to any Interactive Theorem Prover (ITP) and collecting data for training ML models for AI in formal theorem proving.
37

0 commit comments

Comments
 (0)