Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 3, 2024
1 parent dd7f8b9 commit 31d3aee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
run: |
python -m build
python -m twine check --strict dist/*
ls -la dist
- name: Upload dist directory as artifact
uses: actions/upload-artifact@v4
Expand All @@ -114,5 +115,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist
- run: ls dist
path: dist
- run: ls -la
- run: ls -la dist || true
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 31d3aee

Please sign in to comment.