Skip to content

Commit

Permalink
Enhancement: github actions workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 21, 2024
1 parent a8ecfa8 commit aca6ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
git clone https://github.com/pylover/python-makelib.git make
make env ENV=ci
make install-common editable-install
sudo cp `which bddcli-bootstrapper` /usr/local/bin
- name: Lint
run: make lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
git clone https://github.com/pylover/python-makelib.git make
make env ENV=ci
make install-common editable-install
- name: Create distributions
run: make dist
- name: Publish a Python distribution to PyPI
Expand Down

0 comments on commit aca6ee3

Please sign in to comment.