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 810e815 commit 5e52178Copy full SHA for 5e52178
.github/workflows/_test_release.yml
@@ -79,7 +79,6 @@ jobs:
79
- name: Publish to test PyPI
80
uses: pypa/gh-action-pypi-publish@release/v1
81
with:
82
- oidc: false
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