We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9325336 commit d821c3cCopy full SHA for d821c3c
.github/workflows/publish.yml
@@ -36,7 +36,8 @@ jobs:
36
- name: Sanity check that package installs and imports
37
run: |
38
echo "Verifying package installs and imports correctly..."
39
- uv run --with tgm-lib --no-project -- python -c "import tgm; print(tgm.__version__)"
+ uv pip install dist/*.whl
40
+ uv run python -c "import tgm; print(tgm.__version__)"
41
42
- name: Publish package
43
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments