Skip to content

Commit dfd16f2

Browse files
committed
chore(ci): remove pypi integration
1 parent 9ebbbcc commit dfd16f2

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,3 @@ jobs:
2727
with:
2828
image_tag: ${{ github.event_name == 'release' && github.ref_name || 'latest' }}
2929
secrets: inherit
30-
31-
publish-pypi:
32-
needs: [build, test]
33-
runs-on: ubuntu-latest
34-
steps:
35-
- name: Download build artifacts
36-
uses: actions/download-artifact@v4
37-
with:
38-
name: dist
39-
path: dist/
40-
41-
- name: Publish to PyPI
42-
uses: pypa/gh-action-pypi-publish@release/v1
43-
with:
44-
password: ${{ secrets.PYPI_API_TOKEN }}

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Babel Tron
22

3-
[![Tests](https://github.com/hspedro/babeltron/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/hspedro/babeltron/actions/workflows/test.yml)
43
[![Python Version](https://img.shields.io/badge/python-3.9%2B-blue)](https://www.python.org/downloads/)
54
[![License](https://img.shields.io/github/license/hspedro/babeltron)](https://github.com/hspedro/babeltron/blob/main/LICENSE)
65
[![Version](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/hspedro/babeltron/main/.github/badges/version.json)](https://github.com/hspedro/babeltron/releases)
7-
[![PyPI version](https://badge.fury.io/py/babeltron.svg)](https://badge.fury.io/py/babeltron)
86
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
97
[![Coverage](https://img.shields.io/badge/coverage-90%25-brightgreen.svg)](https://github.com/hspedro/babeltron/actions/workflows/test.yml)
108

0 commit comments

Comments
 (0)