Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 6, 2024
1 parent 27bb1c3 commit a994955
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish packages to PyPI
name: Build and Publish Dist Files to PyPI

concurrency:
group: release-${{ github.ref }}
Expand All @@ -16,6 +16,7 @@ on:

jobs:
build:
name: "Build Dist"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -35,6 +36,7 @@ jobs:

publish:
needs: build
name: "Publish Dist"
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
environment: release
Expand Down

0 comments on commit a994955

Please sign in to comment.