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 644e998 commit eae9b30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,13 @@ 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:
submodules: recursive
- uses: actions/setup-python@v4
with:
python-version: "3.10.7"
- name: Install Poetry Action
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit eae9b30

Please sign in to comment.