We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8f2e7 commit 3c19541Copy full SHA for 3c19541
.github/workflows/publish_release.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Test the built distributions
24
run: |
25
- cd /dist
+ cd dist/
26
python -m pip install tcmarkers-*.whl
27
python -c "import tcmarkers; print(tcmarkers.__version__)"
28
0 commit comments