We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc5369 commit cd6b6e4Copy full SHA for cd6b6e4
.github/workflows/release-please.yml
@@ -23,7 +23,7 @@ jobs:
23
release-type: python
24
25
build-pypi:
26
- name: Upload to pypi
+ name: Build for pypi
27
needs: [release-please]
28
if: ${{ needs.release-please.outputs.release_created == 'true' }}
29
runs-on: ubuntu-latest
0 commit comments