We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbc48d commit 8f5315dCopy full SHA for 8f5315d
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
python -m pip install --upgrade pip
33
pip install --extra-index-url https://test.pypi.org/simple python-interface
34
- python -c 'import interface; print(interface.__version__)'
+ python -c 'import interface'
35
pip uninstall -y interface
36
37
- name: Publish distribution to PyPI
@@ -42,5 +42,7 @@ jobs:
42
43
- name: Install and test running
44
45
+ python -m pip install --upgrade pip
46
pip install python-interface
47
48
+ pip uninstall -y interface
0 commit comments