Skip to content

Commit

Permalink
Prepare release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
windiana42 committed Apr 19, 2024
1 parent 8495652 commit 4f89888
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,11 @@ Afterwards you can run:
```bash
poetry run pytest --ibm_db2
```

## Packaging and publishing to pypi and conda-forge using github actions

- `poetry version prerelease` or `poetry version patch`
- set correct release date in changelog.md
- push increased version number to `main` branch
- tag commit with `git tag <version>`, e.g. `git tag 0.7.0`
- `git push --tags`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydiverse-transform"
version = "0.1.3"
version = "0.1.4"
description = "Pipe based dataframe manipulation library that can also transform data on SQL databases"
authors = [
"QuantCo, Inc.",
Expand Down

0 comments on commit 4f89888

Please sign in to comment.