We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c332d commit 16bf09cCopy full SHA for 16bf09c
1 file changed
.github/workflows/upload.yml
@@ -20,13 +20,12 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install pipenv build
24
- pipenv install build
25
- pipenv install --dev
+ pip install pipenv
+ make sync
26
27
- name: Build package
28
29
- pipenv run python -m build
+ make build
30
31
- name: Publish package
32
if: startsWith(github.ref, 'refs/tags')
0 commit comments