Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
slymit committed May 20, 2022
1 parent 4f750d9 commit db60604
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,18 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

steps:
- uses: actions/checkout@3
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.7
- name: Install pypa/build
run: >-
python -m
pip install
pip install wheel
--upgrade pip
--user
- name: Build a binary wheel and a source tarball
run: >-
python -m
setup.py sdist bdist_wheel
run: python setup.py sdist bdist_wheel
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
Expand Down

0 comments on commit db60604

Please sign in to comment.