Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit b291881

Browse files
committed
Test deploy to TestPypi.
1 parent 1cdfcba commit b291881

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_to_pypi.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ jobs:
3636
uses: pypa/gh-action-pypi-publish@release/v1
3737
with:
3838
user: __token__
39-
password: ${{ secrets.PYPI_API_TOKEN }}
39+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
4040
verbose: true
41+
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)