Skip to content

Commit

Permalink
Fine tune deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbroyles committed Jan 8, 2023
1 parent 5b8b79d commit 8d6391d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
name: Run Unit Tests
name: Deploy Package to PyPi
runs-on: ubuntu-latest

steps:
Expand All @@ -18,8 +18,8 @@ jobs:
with:
python-version: '3.9'

- name: Install twine
run: python -m pip install twine
- name: Install twine and wheel
run: python -m pip install twine wheel

- name: Build package
run: python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 8d6391d

Please sign in to comment.