Skip to content

Commit

Permalink
Rename some CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Sep 27, 2024
1 parent d14e10a commit bbe58c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
retention-days: 7

build:
name: Build Distributions
name: Build Python
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
path: htmlcov

docs-deploy:
name: Deploy Documentation
name: Publish Documentation
runs-on: ubuntu-latest
if: github.ref_name == 'main' || startsWith(github.ref, 'refs/tags/')
needs:
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
hatch run docs:deploy_latest ${{ github.ref_name }}
create-release:
name: Create Release
name: Publish GitHub Release
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
permissions:
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
body: ${{ steps.query-release-info.outputs.release-notes }}

pypi-publish:
name: Publish to PyPi
name: Publish PyPi Package
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
permissions:
Expand Down

0 comments on commit bbe58c6

Please sign in to comment.