pytest-dev / pytest-dev/pytest-xdist
Automatic deploy is not uploading wheels
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 287
- Avg merge
- 9h 30m
- Merged PRs (30d)
- 2
Description
I just implemented the same technique used in pytest-xdist to publish pytest-qt and noticed that it did not upload wheels as expected.
Looking at the deployment output from the build triggered by the tag I noticed this right sdist has been uploaded:
running upload_docs
creating build
creating build/docs
error: no files found in upload directory 'build/docs'
(I see the same on pytest-qt).
This is a known issue (travis-ci/dpl#334) with Travis deployment on PyPI and there's even travis-ci/dpl#349 with a fix, but that PR seems somewhat abandoned.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Travis deployment configuration and the linked deployment output, then compare the pytest-xdist setup with Travis dpl issues #334 and #349. Confirm that a tagged build produces and uploads wheel artifacts alongside the sdist without the missing build/docs upload error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100