-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add workflow with building pip #344
Conversation
Signed-off-by: Piotr Pawłowski <[email protected]>
…pawl-build-wheels
Signed-off-by: Piotr Pawłowski <[email protected]>
…pawl-build-wheels
Signed-off-by: Piotr Pawłowski <[email protected]>
.github/workflows/build_wheels.yaml
Outdated
uses: pypa/gh-action-pypi-publish@release/v1 | ||
with: | ||
repository-url: https://test.pypi.org/legacy/ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Remove empty line
with: | ||
name: python-package-distributions | ||
path: dist/ | ||
- name: Publish distribution 📦 to TestPyPI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Inconsistent naming of steps between publish-to-testpypi and publish-to-pypi.
.github/workflows/build_wheels.yaml
Outdated
repository-url: https://test.pypi.org/legacy/ | ||
|
||
publish-to-pypi: | ||
name: >- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Why we need this line break with ">-"?
Signed-off-by: Piotr Pawłowski <[email protected]>
Fixes / Features
Testing / Documentation
Testing details.