Skip to content

Add --force/-f to publish command #18

Add --force/-f to publish command

Add --force/-f to publish command #18

Workflow file for this run

name: Python format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: eifinger/setup-rye@v1
- name: Rye fmt
run: rye fmt --check