File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed
Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments