We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34733ba commit 15b0aa9Copy full SHA for 15b0aa9
1 file changed
.github/workflows/release.yml
@@ -209,8 +209,7 @@ jobs:
209
- uses: googleapis/release-please-action@v4
210
id: release
211
with:
212
- config-file: 'release-please-config.json'
213
- manifest-file: '.release-please-manifest.json'
+ release-type: python
214
outputs:
215
release_created: ${{ steps.release.outputs.release_created }}
216
#if a release is created then run the deploy scripts for github.io, conda, pypi and docker
0 commit comments