-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f1367e
commit 6580e10
Showing
3 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
run: flake8 carbontracker --count --select=E9,F63,F7,F82 --show-source --statistics | ||
|
||
- name: Format with Black | ||
run: black --check --line-length 120 carbontracker | ||
run: black --line-length 120 carbontracker | ||
|
||
build-n-publish: | ||
needs: [test, lint] | ||
|
@@ -71,7 +71,7 @@ jobs: | |
- name: Build the package | ||
run: python -m build | ||
|
||
- name: Publish to Test PyPI | ||
if: startsWith(github.ref, 'refs/tags/dev-v') | ||
uses: pypa/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters