Skip to content

Commit

Permalink
fixing recipe for test-pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwinsemius committed Nov 15, 2024
1 parent 4493275 commit 1549ae3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: releases
path: dist
- name: List contents of built dist
run: |
ls -ltrh
ls -ltrh dist
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Verify the built dist/wheel is valid
Expand Down

0 comments on commit 1549ae3

Please sign in to comment.