Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

twine: use API tokens by default on PyPI #1040

Merged

Commits on Jan 4, 2024

  1. twine: use API tokens by default on PyPI

    See pypa#561.
    
    Signed-off-by: William Woodruff <william@yossarian.net>
    woodruffw committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    2afda47 View commit details
    Browse the repository at this point in the history
  2. auth: casts for mypy

    These casts should be sound, since every RepositoryConfig should
    have a `repository` key by this point.
    
    Signed-off-by: William Woodruff <william@yossarian.net>
    woodruffw committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7f5c83c View commit details
    Browse the repository at this point in the history
  3. tests: fixup tests

    Signed-off-by: William Woodruff <william@yossarian.net>
    woodruffw committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4a2dfb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    9ce7892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e912312 View commit details
    Browse the repository at this point in the history
  3. tests: more non-PyPI tests

    woodruffw committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6e94d20 View commit details
    Browse the repository at this point in the history
  4. tests: lintage

    woodruffw committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    b3b363a View commit details
    Browse the repository at this point in the history