1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-21 17:16:30 +02:00

Finish off the naming

This commit is contained in:
Batuhan Taskaya 2022-01-26 12:51:10 +03:00
parent a7d8187b21
commit c03f081a7e
4 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,5 @@
name: Release on PyPI
on:
# Add a "Trigger" button to manually start the workflow.
workflow_dispatch:
@ -19,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch }}
- name: PyPi configuration
- name: PyPI configuration
run: |
echo "[distutils]\nindex-servers=\n httpie\n\n[httpie]\nrepository = https://upload.pypi.org/legacy/\n" > $HOME/.pypirc
- uses: actions/setup-python@v2

View File

@ -1,3 +1,6 @@
name: Test Snap Package (Linux)
on:
pull_request:
paths:

View File

@ -1,3 +1,5 @@
name: Test Brew Package (MacOS)
on:
pull_request:
paths:

View File

@ -1,3 +1,5 @@
name: Tests
on:
push:
branches: