Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
update some thing
Browse files Browse the repository at this point in the history
  • Loading branch information
dawkaka committed Jul 16, 2024
1 parent 70a6593 commit c165d92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
- name: Build package
run: python setup.py sdist bdist_wheel

# Publish to PyPI
- name: Publish to PyPI
env:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: twine upload dist/*
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python -m twine upload dist/*
# Read version changelog
- id: get-changelog
Expand Down

0 comments on commit c165d92

Please sign in to comment.