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:
parent
a7d8187b21
commit
c03f081a7e
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
@ -1,3 +1,6 @@
|
||||
name: Test Snap Package (Linux)
|
||||
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
|
2
.github/workflows/test-package-mac-brew.yml
vendored
2
.github/workflows/test-package-mac-brew.yml
vendored
@ -1,3 +1,5 @@
|
||||
name: Test Brew Package (MacOS)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -1,3 +1,5 @@
|
||||
name: Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
Loading…
Reference in New Issue
Block a user