Skip to content

Commit

Permalink
fix: cd syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rsyi committed Oct 17, 2020
1 parent b6f6b25 commit 340893c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:

jobs:
release-pypi:
runs-on: macos-latest
steps:
- name: Build wheel
run: |
pip install --upgrade setuptools wheel
Expand Down

0 comments on commit 340893c

Please sign in to comment.