Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
chapimenge3 committed Sep 1, 2022
1 parent 91dbe7b commit 4580ecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/deployment.yml
Expand Up @@ -28,20 +28,9 @@ jobs:
- name: Install pypa/build
run: >-
python -m
pip install
build
--user
python -m pip install build
- name: Build a binary wheel and a source tarball
run: >-
python -m
build
--sdist
--wheel
--outdir dist/
.
run: python -m build

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true
run: python -m twine upload dist/* --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}
1 change: 1 addition & 0 deletions README.md
@@ -1,5 +1,6 @@
# Chapa

[![Linter](https://github.com/chapimenge3/chapa/actions/workflows/Linter.yml/badge.svg)](https://github.com/chapimenge3/chapa/actions/workflows/Linter.yml)
[![Version](https://img.shields.io/static/v1?label=version&message=0.0.1&color=green)](https://travis-ci.com/chapimenge3/chapa)
[![Build](https://github.com/chapimenge3/chapa/actions/workflows/Linter.yml/badge.svg)](https://travis-ci.com/chapimenge3/chapa)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://choosealicense.com/licenses/mit)
Expand Down

0 comments on commit 4580ecb

Please sign in to comment.