Skip to content

Commit

Permalink
Job names
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Kokorin committed Dec 18, 2024
1 parent 1ecf18b commit caebe8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Main
name: Release to PyPI

on:
release:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Release
name: Release to Test PyPI

on:
push:
Expand All @@ -10,7 +10,7 @@ on:
types:
- published
jobs:
release:
test-release:
uses: ./.github/workflows/release.yml
with:
pypi-repo: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
HATCH_INDEX_REPO: ${{ inputs.pypi-repo }}
HATCH_INDEX_AUTH: ${{ secrets.pypi-token }}
jobs:
release:
do-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit caebe8a

Please sign in to comment.