Skip to content

Commit

Permalink
fix bash code
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Dec 18, 2024
1 parent cbb2f73 commit 4f86b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: check if version string does not contain PyPI-incompatible + char
run: |
set -x
[ `ls ${{ matrix.packages-dir }}/dist/*+* | tee /dev/stderr | wc -l` -ne 0 ] && exit 1
[ `ls ${{ matrix.packages-dir }}/dist | fgrep + | tee /dev/stderr | wc -l` -ne 0 ] && exit 1
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4f86b4e

Please sign in to comment.