Skip to content

Commit

Permalink
fix: CI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
typoverflow committed Mar 8, 2024
1 parent f8c0114 commit 145548d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: setup version
run: |
[ "v"`grep -e '[0-9]\.[0-9]\.[0-9]*' -o -- offlinerllib/__init__.py` = ${GITHUB_REF##*/} ] && echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
[ "v"`grep -e '[0-9]\.[0-9]\.[0-9]*' -o -- wiserl/__init__.py` = ${GITHUB_REF##*/} ] && echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: build sdist
run: pipx run build --sdist
Expand Down

0 comments on commit 145548d

Please sign in to comment.