Skip to content

Commit a34f987

Browse files
authored
Merge pull request #25 from lumapps/pypi_workflow
Changement in config.yml
2 parents d4b93b4 + dc3ddeb commit a34f987

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
echo -e "[pypi]" >> ~/.pypirc
6363
echo -e "username = lumapps" >> ~/.pypirc
6464
echo -e "password = $pypi_password" >> ~/.pypirc
65+
- run:
66+
name: Install the project dependencies
67+
command: make init
6568
- run:
6669
name: Create package
6770
command: make dist

0 commit comments

Comments
 (0)