Skip to content

Commit 75bdedb

Browse files
committed
fix: remove duplicate workflow and fix README badges
- Remove redundant publish_to_pypi.yml workflow - Keep only the main ci.yml which handles both CI and PyPI publishing - Clean up README badges to show accurate status
1 parent 833e110 commit 75bdedb

File tree

2 files changed

+1
-62
lines changed

2 files changed

+1
-62
lines changed

.github/workflows/publish_to_pypi.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
polars-u256-plugin
22
===================
33

4-
[![PyPI](https://img.shields.io/pypi/v/polars_u256_plugin.svg)](https://pypi.org/project/polars_u256_plugin/) [![CI](https://github.com/elyase/polars-u256-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/elyase/polars-u256-plugin/actions/workflows/ci.yml) [![Publish](https://github.com/elyase/polars-u256-plugin/actions/workflows/publish_to_pypi.yml/badge.svg)](https://github.com/elyase/polars-u256-plugin/actions/workflows/publish_to_pypi.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
4+
[![PyPI](https://img.shields.io/pypi/v/polars_u256_plugin.svg)](https://pypi.org/project/polars_u256_plugin/) [![CI](https://github.com/elyase/polars-u256-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/elyase/polars-u256-plugin/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
55

66
Polars plugin for 256-bit integer arithmetic.
77

0 commit comments

Comments
 (0)