Skip to content

Commit ec75d0a

Browse files
committed
cleanup action yaml whitespace
1 parent 48de557 commit ec75d0a

2 files changed

Lines changed: 21 additions & 23 deletions

File tree

.github/workflows/black.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
black:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
10-
- name: Black Code Formatter
11-
uses: lgeiger/black-action@v1.0.1
12-
with:
13-
args: ". --check"
9+
- uses: actions/checkout@v1
10+
- name: Black Code Formatter
11+
uses: lgeiger/black-action@v1.0.1
12+
with:
13+
args: ". --check"

.github/workflows/python-publish.yml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,21 @@ on:
99

1010
jobs:
1111
deploy:
12-
1312
runs-on: ubuntu-latest
14-
1513
steps:
16-
- uses: actions/checkout@v2
17-
- name: Set up Python
18-
uses: actions/setup-python@v2
19-
with:
20-
python-version: '3.x'
21-
- name: Install dependencies
22-
run: |
23-
python -m pip install --upgrade pip
24-
pip install setuptools wheel twine
25-
- name: Build and publish
26-
env:
27-
TWINE_USERNAME: ${{ secrets.PMH_PYPI_USER }}
28-
TWINE_PASSWORD: ${{ secrets.PMH_PYPI_PASS }}
29-
run: |
30-
python setup.py sdist bdist_wheel
31-
twine upload dist/*
14+
- uses: actions/checkout@v2
15+
- name: Set up Python
16+
uses: actions/setup-python@v2
17+
with:
18+
python-version: "3.x"
19+
- name: Install dependencies
20+
run: |
21+
python -m pip install --upgrade pip
22+
pip install setuptools wheel twine
23+
- name: Build and publish
24+
env:
25+
TWINE_USERNAME: ${{ secrets.PMH_PYPI_USER }}
26+
TWINE_PASSWORD: ${{ secrets.PMH_PYPI_PASS }}
27+
run: |
28+
python setup.py sdist bdist_wheel
29+
twine upload dist/*

0 commit comments

Comments
 (0)