Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mifeet committed Dec 8, 2024
1 parent b1716ed commit 1806db4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
ls dist
# gh release upload '${{ github.ref_name }}' dist/* --repo '${{ github.repository }}'
gh release upload --repo '${{ github.repository }}' '${{ github.ref_name }}' dist/*
# - name: Publish distribution 📦 to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 1806db4

Please sign in to comment.