Skip to content

Commit

Permalink
Upload source code distribution as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sokyrko authored and Andrii Sokyrko committed Jun 1, 2022
1 parent 72ad56b commit 457ff84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
pip install twine
twine check target/wheels/*.whl
twine upload target/wheels/*.whl
twine check target/wheels/*
twine upload target/wheels/*

0 comments on commit 457ff84

Please sign in to comment.