Skip to content

Commit

Permalink
change version to 1.1.1 and change repository in "publish" action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jost Morgenstern authored and Jost Morgenstern committed Oct 20, 2021
1 parent a31db75 commit 0af7dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}

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 = "devicely"
version = "1.1.2"
version = "1.1.1"
description = "Devicely: A Python package for reading, timeshifting and writing sensor data."
authors = [
"Ariane Morassi Sasso <[email protected]>",
Expand Down

0 comments on commit 0af7dee

Please sign in to comment.