We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1af658 commit 7c12072Copy full SHA for 7c12072
.github/workflows/ci.yaml
@@ -65,7 +65,10 @@ jobs:
65
token: ${{ secrets.PAT }}
66
67
- name: Package
68
- uses: hynek/build-and-inspect-python-package@v1
+ shell: bash
69
+ run: |
70
+ python -m pip install --disable-pip-version-check --no-python-version-warning build
71
+ python -m build
72
73
- name: Upload package to Test PyPI
74
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments