Skip to content

Commit

Permalink
Fixes test package
Browse files Browse the repository at this point in the history
- The build-and-inspect action didn't save the dist packages
  • Loading branch information
coordt committed Apr 20, 2023
1 parent e1af658 commit 7c12072
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ jobs:
token: ${{ secrets.PAT }}

- name: Package
uses: hynek/build-and-inspect-python-package@v1
shell: bash
run: |
python -m pip install --disable-pip-version-check --no-python-version-warning build
python -m build
- name: Upload package to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 7c12072

Please sign in to comment.