Skip to content

Commit 7c12072

Browse files
committed
Fixes test package
- The build-and-inspect action didn't save the dist packages
1 parent e1af658 commit 7c12072

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ jobs:
6565
token: ${{ secrets.PAT }}
6666

6767
- name: Package
68-
uses: hynek/build-and-inspect-python-package@v1
68+
shell: bash
69+
run: |
70+
python -m pip install --disable-pip-version-check --no-python-version-warning build
71+
python -m build
6972
7073
- name: Upload package to Test PyPI
7174
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)