Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuochengZhang98 committed Dec 25, 2024
1 parent 7411e4d commit 6f2f475
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
- name: Build wheels
run: cibuildwheel --platform linux --output-dir wheelhouse

- name: Publish to GitHub Releases
uses: s0/git-tag-release@v1
with:
files: wheelhouse/*.whl
token: ${{ secrets.GH_TOKEN }}

- name: Publish to PyPI
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 6f2f475

Please sign in to comment.