Skip to content

Commit cd6b6e4

Browse files
committed
build: split build and upload pypi steps (2)
1 parent cbc5369 commit cd6b6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
release-type: python
2424

2525
build-pypi:
26-
name: Upload to pypi
26+
name: Build for pypi
2727
needs: [release-please]
2828
if: ${{ needs.release-please.outputs.release_created == 'true' }}
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)