Skip to content

Commit

Permalink
prepare CI release
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi committed Jan 20, 2022
1 parent ab15059 commit 336a1c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
make check_dist
- name: Publish Package
uses: pypa/gh-action-pypi-publish@release/v1
with: # TODO
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This package provides implementations of existing vibrotactile quality metrics a
pip install vibromaf
```

For development versions and alternative installations see the [installation documentation](https://hofbi.github.io/vibromaf/installation/).

## Usage

* [Get Started](https://hofbi.github.io/vibromaf/get-started)
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="vibromaf",
version="0.0.1",
version="0.0.2",
author="Markus Hofbauer, Andreas Noll",
author_email="[email protected]",
description="Vibrotactile quality metrics and metric fusion",
Expand All @@ -32,7 +32,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Topic :: Multimedia :: Haptics",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 336a1c3

Please sign in to comment.