From c03f081a7e49c5e8465af8ec00b2e8b89c680f1a Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Wed, 26 Jan 2022 12:51:10 +0300 Subject: [PATCH] Finish off the naming --- .github/workflows/release.yml | 4 +++- .github/workflows/test-package-linux-snap.yml | 3 +++ .github/workflows/test-package-mac-brew.yml | 2 ++ .github/workflows/tests.yml | 2 ++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2dd2582..12753b49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/test-package-linux-snap.yml b/.github/workflows/test-package-linux-snap.yml index 17200074..12a2766a 100644 --- a/.github/workflows/test-package-linux-snap.yml +++ b/.github/workflows/test-package-linux-snap.yml @@ -1,3 +1,6 @@ +name: Test Snap Package (Linux) + + on: pull_request: paths: diff --git a/.github/workflows/test-package-mac-brew.yml b/.github/workflows/test-package-mac-brew.yml index 064bafb0..6570a2af 100644 --- a/.github/workflows/test-package-mac-brew.yml +++ b/.github/workflows/test-package-mac-brew.yml @@ -1,3 +1,5 @@ +name: Test Brew Package (MacOS) + on: pull_request: paths: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 96289c60..e3cde996 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,3 +1,5 @@ +name: Tests + on: push: branches: