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.
2 parents 276983e + 9c63815 commit f49e9b1Copy full SHA for f49e9b1
1 file changed
.github/workflows/upload.yml
@@ -19,12 +19,12 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
- pip install pipenv
+ pip install pipenv build
23
pipenv install --dev
24
25
- name: Build package
26
27
- pipenv run python setup.py sdist bdist_wheel
+ pipenv run python -m build
28
29
- name: Publish package
30
if: startsWith(github.ref, 'refs/tags')
0 commit comments