We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ec082 commit 2ac04cdCopy full SHA for 2ac04cd
.github/workflows/publish-package.yml
@@ -22,11 +22,11 @@ jobs:
22
- name: Install pypa/build
23
run: >-
24
python3 -m
25
- pip install
+ pip install -e .
26
build
27
--user
28
- name: Build a binary wheel and a source tarball
29
- run: python3 -m build
+ run: PYTHONPATH=$(pwd) python3 -m build
30
- name: Store the distribution packages
31
uses: actions/upload-artifact@v4
32
with:
0 commit comments