Skip to content

Fall back to Twine's keyring support in publish command #1703

Fall back to Twine's keyring support in publish command

Fall back to Twine's keyring support in publish command #1703

Workflow file for this run

name: Clippy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- name: Run clippy
run: make lint