Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Apr 5, 2024
1 parent 9630c27 commit 77e4482
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_publish.yml
Expand Up @@ -28,7 +28,7 @@ jobs:

publish-to-pypi:
name: >-
Publish Python 🐍 distribution 📦 to PyPI
Publish to PyPI
if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on tag 'v**' pushes
needs:
- build
Expand All @@ -49,8 +49,7 @@ jobs:

github-release:
name: >-
Sign the Python 🐍 distribution 📦 with Sigstore
and upload them to GitHub Release
Sign and upload to GitHub Release
needs:
- publish-to-pypi
runs-on: ubuntu-latest
Expand Down

0 comments on commit 77e4482

Please sign in to comment.