We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb071a commit b752f1dCopy full SHA for b752f1d
.github/workflows/pypi_publish.yaml
@@ -14,6 +14,7 @@ jobs:
14
- name: Install dependencies
15
run: |
16
python3 -m pip install --upgrade pip
17
+ python3 -m pip install -e .
18
pip install setuptools wheel twine
19
- name: Build and publish
20
env:
0 commit comments