Skip to content

chore: fix download-artifact in publish-testpypi missing name and path#111

Merged
pesap merged 1 commit intomainfrom
chore/fix-testpypi-artifact
Mar 16, 2026
Merged

chore: fix download-artifact in publish-testpypi missing name and path#111
pesap merged 1 commit intomainfrom
chore/fix-testpypi-artifact

Conversation

@pesap
Copy link
Collaborator

@pesap pesap commented Mar 16, 2026

Summary

  • Add missing name and path to the download-artifact step in publish-testpypi

Why

The publish-testpypi job was missing name: python-package-distributions and path: dist/ on its download-artifact step. Without these, the artifact lands in a subdirectory instead of dist/, causing pypa/gh-action-pypi-publish to fail with FileNotFoundError: No such file or directory: '/github/workspace/dist'.

The publish-pypi job already had these set correctly.

@pesap pesap merged commit 37e0f9e into main Mar 16, 2026
8 checks passed
@pesap pesap deleted the chore/fix-testpypi-artifact branch March 16, 2026 04:30
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.63%. Comparing base (8bfc3aa) to head (7e260d2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #111   +/-   ##
=======================================
  Coverage   95.63%   95.63%           
=======================================
  Files           8        8           
  Lines        1719     1719           
=======================================
  Hits         1644     1644           
  Misses         75       75           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants