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 6db379d commit 4835cf7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: wheel
path: dist/*.whl
path: dist/rdmo*.whl
if-no-files-found: error
retention-days: 30
- run: |
cd dist
unzip *.whl
echo "## Wheel metadata" >> $GITHUB_STEP_SUMMARY
cat rdmo*.dist-info/METADATA >> $GITHUB_STEP_SUMMARY
unzip rdmo*.whl
echo "## Metadata" >> $GITHUB_STEP_SUMMARY
head --lines 5 rdmo*.dist-info/METADATA >> $GITHUB_STEP_SUMMARY
working-directory: ./dist
# dev-setup:
# # Ref: structlog (MIT licensed) <https://github.com/hynek/structlog/blob/main/.github/workflows/ci.yml>
Expand Down

0 comments on commit 4835cf7

Please sign in to comment.