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 1a0545d commit 810e815Copy full SHA for 810e815
.github/workflows/_test_release.yml
@@ -79,11 +79,12 @@ 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
86
print-hash: true
- repository-url: https://test.pypi.org/legacy/
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
87
+ repository-url: https://test.pypi.org/legacy/
88
# We overwrite any existing distributions with the same name and version.
89
# This is *only for CI use* and is *extremely dangerous* otherwise!
90
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
0 commit comments