Skip to content

Commit

Permalink
Merge pull request #67 from bancorprotocol/66-fix-broken-pypi-automation
Browse files Browse the repository at this point in the history
Update release-and-pypi-publish.yml
  • Loading branch information
mikewcasale authored Aug 10, 2023
2 parents b31cce5 + 6f1eeb8 commit c71bb75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-and-pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
run: |
pip install wheel
python setup.py bdist_wheel
find dist -type f ! -name "*.whl" -exec rm -f {} +
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit c71bb75

Please sign in to comment.