Skip to content

Commit cf06d52

Browse files
authored
Update build.yml
1 parent e71eeca commit cf06d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
- name: Verify this is not a dev version
8383
shell: bash
8484
run: |
85-
ls dist/*dev*.whl
85+
ls dist/*.whl
8686
echo $GITHUB_REF
87-
if [[ $(ls dist/*.whl) == *dev* ]]; then echo dist/*dev*.whl; exit 1; fi
87+
if [[ $(ls dist/*.whl) == *dev* ]]; then echo dist/*.whl; exit 1; fi
8888
if [[ "$GITHUB_REF" == *"master"* ]]; then echo $GITHUB_REF; exit 1; fi
8989
9090
- name: Publish distribution to PyPI

0 commit comments

Comments
 (0)