Skip to content

Commit

Permalink
no need in assets
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Dec 11, 2023
1 parent 3e97d9b commit df6da70
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ jobs:
with:
user: __token__
password: ${{ env.PYPI_API_TOKEN }}
- name: Upload Release Asset
id: upload-release-asset
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.set-version.outputs.version }}
prerelease: ${{ github.event_name != 'release' }}
files: dist/${{ steps.set-version.outputs.name }}.whl
- uses: actions/checkout@v3
if: github.event_name == 'release'
with:
Expand Down

0 comments on commit df6da70

Please sign in to comment.