We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf5c79 commit 9bd8fecCopy full SHA for 9bd8fec
.github/workflows/release-please.yml
@@ -21,6 +21,7 @@ jobs:
21
package:
22
needs: release-please
23
if: ${{ needs.release-please.outputs.release_created }}
24
+ runs-on: ubuntu-latest
25
steps:
26
- name: Trigger build for pypi and upload
27
run: |
0 commit comments