We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f254969 commit 3f71d20Copy full SHA for 3f71d20
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
git clone https://github.com/pylover/python-makelib.git make
33
- make env ENV=ci
+ make install-common editable-install
34
- name: Lint
35
run: make lint
36
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
- name: Create distributions
23
run: make dist
24
- name: Publish a Python distribution to PyPI
0 commit comments