Skip to content

Commit 8826aed

Browse files
committed
update workflows names
1 parent 65229e0 commit 8826aed

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build-n-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Build 🛠️ and test 🧪 ib-fundamental 📈 in Python 🐍
2+
name: Build 🛠️ and test 🧪 ib-fundamental 📈
33

44
on:
55
workflow_dispatch:

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
2+
name: Publish Python 🐍 distribution 📦 to PyPI
33

44
on:
55
workflow_dispatch:
@@ -54,8 +54,7 @@ jobs:
5454

5555
github-release:
5656
name: >-
57-
Sign the Python 🐍 distribution 📦 with Sigstore and upload them
58-
to GitHub Release
57+
Sign the 📦 with Sigstore and upload them to GitHub Release
5958
needs:
6059
- publish-to-pypi
6160
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)