From 40bbfb18bfb1f4b846ed717e3431836e8841131d Mon Sep 17 00:00:00 2001 From: gonzo Date: Mon, 27 May 2024 19:40:27 +0200 Subject: [PATCH] update workflows names --- .github/workflows/build-n-test.yml | 2 +- .github/workflows/pypi-publish.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-n-test.yml b/.github/workflows/build-n-test.yml index 609b723..9cb194d 100644 --- a/.github/workflows/build-n-test.yml +++ b/.github/workflows/build-n-test.yml @@ -1,5 +1,5 @@ --- -name: Build ๐Ÿ› ๏ธ and test ๐Ÿงช ib-fundamental ๐Ÿ“ˆ in Python ๐Ÿ +name: Build ๐Ÿ› ๏ธ and test ๐Ÿงช ib-fundamental ๐Ÿ“ˆ on: workflow_dispatch: diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index c308044..b71f84a 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -1,5 +1,5 @@ --- -name: Publish Python ๐Ÿ distribution ๐Ÿ“ฆ to PyPI and TestPyPI +name: Publish Python ๐Ÿ distribution ๐Ÿ“ฆ to PyPI on: workflow_dispatch: @@ -54,8 +54,7 @@ jobs: github-release: name: >- - Sign the Python ๐Ÿ distribution ๐Ÿ“ฆ with Sigstore and upload them - to GitHub Release + Sign the ๐Ÿ“ฆ with Sigstore and upload them to GitHub Release needs: - publish-to-pypi runs-on: ubuntu-latest