Skip to content

Commit f8d21cb

Browse files
committed
workflow fix
1 parent 1afa897 commit f8d21cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20-
branch: main
2120

2221
- name: Switch to main
2322
run: |
@@ -64,8 +63,9 @@ jobs:
6463
- name: Verify install from TestPyPI
6564
run: |
6665
python -m pip install --upgrade pip
67-
pip install --index-url https://test.pypi.org/simple/ --no-deps mypackage
68-
66+
pip install --index-url https://test.pypi.org/simple/ --no-deps pytest-htmlx
67+
python -c "import pytest_htmlx; print(pytest_htmlx.__version__)"
68+
6969
- name: Publish to PyPI
7070
if: success()
7171
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)