1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +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: on:
# Add a "Trigger" button to manually start the workflow. # Add a "Trigger" button to manually start the workflow.
workflow_dispatch: workflow_dispatch:
@ -19,7 +21,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
ref: ${{ github.event.inputs.branch }} ref: ${{ github.event.inputs.branch }}
- name: PyPi configuration - name: PyPI configuration
run: | run: |
echo "[distutils]\nindex-servers=\n httpie\n\n[httpie]\nrepository = https://upload.pypi.org/legacy/\n" > $HOME/.pypirc echo "[distutils]\nindex-servers=\n httpie\n\n[httpie]\nrepository = https://upload.pypi.org/legacy/\n" > $HOME/.pypirc
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2

View File

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

View File

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

View File

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