Skip to content

Commit

Permalink
ci: fix release (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jul 7, 2022
1 parent 4bb071a commit b752f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -e .
pip install setuptools wheel twine
- name: Build and publish
env:
Expand Down

0 comments on commit b752f1d

Please sign in to comment.