Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Dec 22, 2023
1 parent 4ca15f7 commit e980faa
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 47 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Publish pacakge to pypi

on:
push:
tags:
- '*'

jobs:
publish-to-pypi:
name: Publish to Pypi
uses: papermerge/papermerge-core/.github/workflows/publish-to-pypi.yml@master
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
46 changes: 0 additions & 46 deletions .github/workflows/version_bump.yml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ can be found in [changelog.d folder](https://github.com/papermerge/papermerge-cl

<!-- towncrier release notes start -->

## 0.7.0 - 2023-12-22

- pydantic dependency upgraded from 1.x to v2.5
- `import` command fixed to work with REST API version 3.0 (Papermerge DMS 3.0)
- `server-version` command added (returns version of server REST API)

## 0.3.3 - 2022-12-24


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interpreter. In order to install `pip` on Ubuntu use following command:
REST API column - is version of Papermerge REST API server. This value
you can get from:

$ papermerge-cli --server-version
$ papermerge-cli server-version

CLI column - is version of papermege-cli command line utility. This value
you can get from:
Expand Down

0 comments on commit e980faa

Please sign in to comment.