zopen build results in FileNotFoundError: [Errno 129] EDC5129I No such file or directory.: 'dist/*.whl' #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Test | |
permissions: | |
contents: write | |
statuses: write | |
actions: read | |
on: | |
issue_comment: | |
types: | |
- created | |
pull_request_target: | |
types: [opened, synchronize, reopened] | |
paths-ignore: | |
- 'cicd*.groovy' | |
- '**/LICENSE' | |
- 'README.md' | |
workflow_dispatch: | |
jobs: | |
build-and-test: | |
if: (github.event.issue.pull_request && contains(github.event.comment.body, '/run tests')) || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request_target' | |
uses: zopencommunity/meta/.github/workflows/build_and_test.yml@main | |
secrets: inherit |