We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87151ab commit 27a22c0Copy full SHA for 27a22c0
.github/workflows/_test_release.yml
@@ -79,6 +79,7 @@ jobs:
79
- name: Publish to test PyPI
80
uses: pypa/gh-action-pypi-publish@release/v1
81
with:
82
+ user: __token__
83
password: ${{ secrets.TEST_PYPI_API_TOKEN }} # gets ignored if oidc is true
84
packages-dir: ${{ inputs.working-directory }}/dist/
85
verbose: true
0 commit comments