1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-28 00:33:48 +02:00

Automatic release update warnings.

This commit is contained in:
Batuhan Taskaya
2022-03-29 15:19:04 +03:00
parent f7c1bb269e
commit c56692c9af
18 changed files with 623 additions and 36 deletions

View File

@@ -21,11 +21,8 @@ jobs:
with:
python-version: 3.9
- name: Install pypa/build
run: python -m pip install build
- name: Build a binary wheel and a source tarball
run: python -m build --sdist --wheel --outdir dist/
run: make build
- name: Release on PyPI
uses: pypa/gh-action-pypi-publish@master