Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jul 16, 2024
1 parent 2fb9f2a commit d1b2150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
run: |
{
echo -e "# ✓ Wheel successfully built (v${{ steps.new-version.outputs.new_version }})\n\n"
echo '<details></summary>python -m pip show rdmo</summary>'
echo '<details><summary>python -m pip show --verbose rdmo</summary>'
echo -e "\n\`\`\`console"
echo "$ python -m pip show rdmo"
python -m pip show rdmo
echo "$ python -m pip show --verbose rdmo"
python -m pip show --verbose rdmo
echo -e "\`\`\`\n</details>"
} >> $GITHUB_STEP_SUMMARY
- name: Upload wheel as artifact
Expand Down

0 comments on commit d1b2150

Please sign in to comment.