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:
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:
|
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
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
name: Test Snap Package (Linux)
|
||||||
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -1,3 +1,5 @@
|
|||||||
|
name: Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user