Skip to content

Commit

Permalink
path error for dist
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jul 31, 2023
1 parent 97c94f7 commit 2c5f774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
wheelfile=$(echo "$wheelfile" | sed "s/-py3-none-any.whl//")
echo "Release for Python is ${wheelfile}"
echo "Release for flux operator is ${tag}"
cd ../
if [[ "${wheelfile}" == "${tag}" ]]; then
echo "Versions are correct, publishing."
twine upload dist/*
Expand Down

0 comments on commit 2c5f774

Please sign in to comment.