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 43bb2f2 commit aab4570Copy full SHA for aab4570
.github/workflows/_test_release.yml
@@ -80,7 +80,7 @@ jobs:
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
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
84
packages-dir: ${{ inputs.working-directory }}/dist/
85
verbose: true
86
print-hash: true
0 commit comments