Skip to content

Commit b68e77e

Browse files
author
Joao Felipe Rocha
committed
Changes to automate publication on pypi
1 parent b709ff3 commit b68e77e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323

2424
- name: Install pypa/build
2525
run: >-
26-
python -m
27-
pip install
28-
build
29-
--user
26+
python -m pip install build --user
3027
3128
- name: Build a binary wheel and a source tarball
3229
run: >-

0 commit comments

Comments
 (0)