Skip to content

Commit

Permalink
Run shell scripts with bash and error if artifacts are not uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed May 16, 2024
1 parent 9cb9b84 commit eb3726a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/angr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
type: boolean
required: false

defaults:
run:
shell: bash

jobs:
create:
name: Create release
Expand Down Expand Up @@ -42,6 +46,7 @@ jobs:
with:
name: sdist
path: sdist
if-no-files-found: error
- name: Check artifacts are valid for PyPI
run: |
pip install twine
Expand Down Expand Up @@ -76,6 +81,7 @@ jobs:
with:
name: wheels-${{ matrix.os }}
path: wheels
if-no-files-found: error
- name: Check artifacts are valid for PyPI
run: |
pip install twine
Expand Down

0 comments on commit eb3726a

Please sign in to comment.