Skip to content

Commit

Permalink
Update _test_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glide-the committed Apr 26, 2024
1 parent 1a0545d commit 810e815
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,12 @@ jobs:
- name: Publish to test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
oidc: false
password: ${{ secrets.TEST_PYPI_API_TOKEN }} # gets ignored if oidc is true
packages-dir: ${{ inputs.working-directory }}/dist/
verbose: true
print-hash: true
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
# We overwrite any existing distributions with the same name and version.
# This is *only for CI use* and is *extremely dangerous* otherwise!
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
Expand Down

0 comments on commit 810e815

Please sign in to comment.