Skip to content

Commit

Permalink
Try different repository url key
Browse files Browse the repository at this point in the history
README mentions repository-url, but then I see this in my gha output:

    Run pypa/gh-action-pypi-publish@release/v1
      with:
        repository-url: https://test.pypi.org/legacy/
        verbose: true
        user: __token__
        repository_url: https://upload.pypi.org/legacy/
        packages_dir: dist
        verify_metadata: true
        skip_existing: false
        print_hash: false
  • Loading branch information
scottwittenburg committed Dec 8, 2023
1 parent 036226e commit f213f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypackaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
repository_url: https://test.pypi.org/legacy/
verbose: true

0 comments on commit f213f2c

Please sign in to comment.