Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sdist isn't getting published #133

Open
wallentx opened this issue Mar 12, 2023 · 0 comments
Open

Sdist isn't getting published #133

wallentx opened this issue Mar 12, 2023 · 0 comments

Comments

@wallentx
Copy link
Contributor

wallentx commented Mar 12, 2023

In our workflow, we are using pep517.build (which is deprecated) to build the wheel:

- name: Install pep517
run: >-
python -m
pip install
pep517
--user
- name: Build a binary wheel and a source tarball
run: >-
python -m
pep517.build
--binary
--out-dir dist/
.

We aren't building the sdist.
If we were to use pip install build, and then
python -m build --outdir dist/ ., this should provide the sdist and the wheel to publish to pypi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant