We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afa897 commit f8d21cbCopy full SHA for f8d21cb
1 file changed
.github/workflows/release_package.yml
@@ -17,7 +17,6 @@ jobs:
17
- uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
- branch: main
21
22
- name: Switch to main
23
run: |
@@ -64,8 +63,9 @@ jobs:
64
63
- name: Verify install from TestPyPI
65
66
python -m pip install --upgrade pip
67
- pip install --index-url https://test.pypi.org/simple/ --no-deps mypackage
68
-
+ pip install --index-url https://test.pypi.org/simple/ --no-deps pytest-htmlx
+ python -c "import pytest_htmlx; print(pytest_htmlx.__version__)"
+
69
- name: Publish to PyPI
70
if: success()
71
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments