Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
realthabanglukhetho committed Jan 12, 2025
1 parent 8b07c19 commit 8a70aab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,12 @@ jobs:
- name: List dist contents
run: ls -R dist

- name: Validate Distribution Files
run: twine check dist/*.whl dist/*.tar.gz
- name: Check for Artifacts
run: |
if [ ! "$(ls dist/*.whl dist/*.tar.gz)" ]; then
echo "No artifacts found!"
exit 1
fi
- name: Archive Build Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8a70aab

Please sign in to comment.