Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianguo99 committed Dec 23, 2023
1 parent 5f0409f commit 70bf09a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v0.1.1
uses: pypa/gh-action-pypi-publish@master
with:
repository-url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.jianguo_test_pypi_password }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 70bf09a

Please sign in to comment.