Skip to content

Commit f49e9b1

Browse files
authored
Merge pull request #73 from manchenkoff/manchenkoff-patch-1
Update upload.yml
2 parents 276983e + 9c63815 commit f49e9b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install pipenv
22+
pip install pipenv build
2323
pipenv install --dev
2424
2525
- name: Build package
2626
run: |
27-
pipenv run python setup.py sdist bdist_wheel
27+
pipenv run python -m build
2828
2929
- name: Publish package
3030
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)