Skip to content

Commit

Permalink
Add actual release to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Mifeet committed Dec 8, 2024
1 parent 1806db4 commit d652d86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,12 @@ jobs:
./dist/*.whl
- name: Upload artifact signatures to GitHub Release
if: github.event_name == 'release'
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
gh release upload --repo '${{ github.repository }}' '${{ github.ref_name }}' dist/*
# - name: Publish distribution 📦 to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'release'

0 comments on commit d652d86

Please sign in to comment.