Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Dec 4, 2023
1 parent 6a63959 commit 675a487
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,12 @@ jobs:
run: python -m twine check --strict dist/*
- name: Install package from built wheel
run: python -m pip install dist/rdmo*.whl

- run: |
echo -e "# ✓ Wheel succesfully built\n\n```console\n$ python -m pip show rdmo\n" >> $GITHUB_STEP_SUMMARY
- name: Write info to step summary
run: |
echo -e "# ✓ Wheel successfully built\n\n\`\`\`console" >> $GITHUB_STEP_SUMMARY
echo "$ python -m pip show rdmo" >> $GITHUB_STEP_SUMMARY
python -m pip show rdmo >> $GITHUB_STEP_SUMMARY
echo "```" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
- name: Upload wheel as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 675a487

Please sign in to comment.