diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c38dcd8..0a26452 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,12 +3,6 @@ name: Publish on: release: types: [published] - workflow_dispatch: - inputs: - ref_override: - description: "Build from the specified git ref" - required: true - type: string env: POETRY_VERSION: "1.8.3" @@ -20,8 +14,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - ref: ${{ inputs.ref_override }} - name: Install Poetry run: pipx install poetry==${{ env.POETRY_VERSION }} diff --git a/README.md b/README.md index 9732da0..d78ad90 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ GUI for viewing the contents of a ParamDB database. Install the latest version of ParamView using pip: ``` -pip install -U paramview --extra-index-url https://painterqubits.github.io/paramview/releases +pip install -U paramview ``` ## Usage