We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c4c37 commit eeb171fCopy full SHA for eeb171f
.github/workflows/build_wppm_test_publish.yml
@@ -88,6 +88,7 @@ jobs:
88
89
- uses: pypa/gh-action-pypi-publish@release/v1
90
with:
91
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
92
repository-url: https://test.pypi.org/legacy/
93
skip-existing: true
94
verbose: true # Enable verbose output
0 commit comments