Skip to content

Commit

Permalink
Update README and publish.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jun 17, 2024
1 parent ecdd486 commit f5236e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5236e6

Please sign in to comment.