Skip to content

Commit 3c19541

Browse files
committed
fix typo in github-ci
1 parent cb8f2e7 commit 3c19541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Test the built distributions
2424
run: |
25-
cd /dist
25+
cd dist/
2626
python -m pip install tcmarkers-*.whl
2727
python -c "import tcmarkers; print(tcmarkers.__version__)"
2828

0 commit comments

Comments
 (0)