Skip to content

Commit

Permalink
更新 main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkqiang committed Feb 5, 2025
1 parent 6b94fa8 commit 7a9234c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,4 @@ jobs:
python -m pip install --upgrade pip
pip install build twine
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python -m build
twine upload dist/*

0 comments on commit 7a9234c

Please # to comment.