diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ecd67cc..861dbc0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,16 +2,11 @@ name: Publish to PyPI on: workflow_dispatch: - inputs: - version: - description: "Version to publish (e.g., 0.1.0)" - required: true - type: string jobs: publish: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4