Skip to content

Commit 4f54c7a

Browse files
chore(readme): update badges
1 parent a9be2e0 commit 4f54c7a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- 'integrated/**'
88
- 'stl-preview-head/**'
99
- 'stl-preview-base/**'
10+
pull_request:
11+
branches-ignore:
12+
- 'stl-preview-head/**'
13+
- 'stl-preview-base/**'
1014

1115
jobs:
1216
lint:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Replicate Python API library
22

3-
[![PyPI version](https://img.shields.io/pypi/v/replicate.svg)](https://pypi.org/project/replicate/)
3+
[![PyPI version](<https://img.shields.io/pypi/v/replicate.svg?label=pypi%20(stable)>)](https://pypi.org/project/replicate/)
44

55
The Replicate Python library provides convenient access to the Replicate REST API from any Python 3.8+
66
application. The library includes type definitions for all request params and response fields,

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2+
13
from __future__ import annotations
24

35
import os

0 commit comments

Comments
 (0)