Skip to content

Commit

Permalink
update workflows names
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzsnz committed May 27, 2024
1 parent ec88991 commit 40bbfb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Build πŸ› οΈ and test πŸ§ͺ ib-fundamental πŸ“ˆ in Python 🐍
name: Build πŸ› οΈ and test πŸ§ͺ ib-fundamental πŸ“ˆ

on:
workflow_dispatch:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Publish Python 🐍 distribution πŸ“¦ to PyPI and TestPyPI
name: Publish Python 🐍 distribution πŸ“¦ to PyPI

on:
workflow_dispatch:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 40bbfb1

Please sign in to comment.