Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename repository and prepare release #18

Merged
merged 5 commits into from
Jun 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add publish instructions to dev guide
elichad committed Jun 27, 2024
commit 5282c9b295ee445263dc9a20671a6f0a999f4081
9 changes: 9 additions & 0 deletions docs/developer_guide.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ If you do not already have `poetry` installed, install it following the [Poetry
Then install dependencies from `poetry.lock`:

```bash
cd ro-crate-uploader
poetry install
```

@@ -29,3 +30,11 @@ In the root directory:
```bash
pytest
```

## Publish a release

1. Update the version in `pyproject.toml`
2. Make a git tag for the release and push it to GitHub
3. Run `poetry build`
4. Run `poetry publish -u <username> -p <password_or_api_key>`
5. Create a release on GitHub, including the build artifacts