We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65229e0 commit 8826aedCopy full SHA for 8826aed
2 files changed
.github/workflows/build-n-test.yml
@@ -1,5 +1,5 @@
1
---
2
-name: Build 🛠️ and test 🧪 ib-fundamental 📈 in Python 🐍
+name: Build 🛠️ and test 🧪 ib-fundamental 📈
3
4
on:
5
workflow_dispatch:
.github/workflows/pypi-publish.yml
-name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
+name: Publish Python 🐍 distribution 📦 to PyPI
@@ -54,8 +54,7 @@ jobs:
54
55
github-release:
56
name: >-
57
- Sign the Python 🐍 distribution 📦 with Sigstore and upload them
58
- to GitHub Release
+ Sign the 📦 with Sigstore and upload them to GitHub Release
59
needs:
60
- publish-to-pypi
61
runs-on: ubuntu-latest
0 commit comments