Skip to content

Commit

Permalink
Add publish PyPI step
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Oct 28, 2023
1 parent fc38c5f commit 2bd2224
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ jobs:
- os: macos-latest
- os: windows-latest
- os: ubuntu-20.04
needs: [ build, test ]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2bd2224

Please sign in to comment.