Skip to content

Commit

Permalink
CI: shorter names
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Feb 6, 2025
1 parent 1214ca2 commit 83f6c47
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# based on https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
name: Publish package to PyPI
name: Publish package

on:
workflow_dispatch:
Expand Down Expand Up @@ -57,9 +57,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1

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

0 comments on commit 83f6c47

Please sign in to comment.