Skip to content

Commit 092ac4f

Browse files
author
Andrew J Westlake
committed
Fixed CI badge in README, removed non-existent feature flags from gh-pages action
1 parent 2c15088 commit 092ac4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# This adds the docs to gh-pages-build/doc
2222
- name: Build the doc
2323
run: |
24-
cargo doc --features="default num-bigint num-complex" --no-deps
24+
cargo doc --no-deps
2525
cp -r target/doc gh-pages-build/doc
2626
echo "<meta http-equiv=refresh content=0;url=pyo3/index.html>" > gh-pages-build/doc/index.html
2727

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyO3 Asyncio
22

3-
[![Actions Status](https://github.com/awestlake87/pyo3-asyncio/workflows/Test/badge.svg)](https://github.com/awestlake87/pyo3-asyncio/actions)
3+
[![Actions Status](https://github.com/awestlake87/pyo3-asyncio/workflows/CI/badge.svg)](https://github.com/awestlake87/pyo3-asyncio/actions)
44
[![codecov](https://codecov.io/gh/awestlake87/pyo3-asyncio/branch/master/graph/badge.svg)](https://codecov.io/gh/awestlake87/pyo3-asyncio)
55
[![crates.io](http://meritbadge.herokuapp.com/pyo3-asyncio)](https://crates.io/crates/pyo3-asyncio)
66
[![minimum rustc 1.45](https://img.shields.io/badge/rustc-1.45+-blue.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)

0 commit comments

Comments
 (0)