Commit 7a0d8076 authored by myhloli's avatar myhloli Committed by GitHub
Browse files

Update python-package.yml

parent 044b7de3
...@@ -61,4 +61,9 @@ jobs: ...@@ -61,4 +61,9 @@ jobs:
with: with:
files: './dist/*.whl' files: './dist/*.whl'
env: env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
\ No newline at end of file - name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment