Skip to content

Commit

Permalink
fx workflow (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Proskurin <[email protected]>
  • Loading branch information
DimaProskurin and Dmitrii Proskurin committed Oct 16, 2023
1 parent adc4f45 commit 05b93bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish-to-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
poetry build --format wheel
- name: Upload Assets
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
dist/*.whl

0 comments on commit 05b93bc

Please sign in to comment.