Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit c165d92

Browse files
committed
update some thing
1 parent 70a6593 commit c165d92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release_package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
- name: Build package
7474
run: python setup.py sdist bdist_wheel
7575

76-
# Publish to PyPI
7776
- name: Publish to PyPI
7877
env:
79-
TWINE_USERNAME: "__token__"
80-
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
81-
run: twine upload dist/*
78+
TWINE_USERNAME: __token__
79+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
80+
run: |
81+
python -m twine upload dist/*
8282
8383
# Read version changelog
8484
- id: get-changelog

0 commit comments

Comments
 (0)