Skip to content

Commit e2f3fa1

Browse files
committed
fix: remove working dir and bump ver
1 parent 152004e commit e2f3fa1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pypi_publish.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Build and publish
2222
env:
2323
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
24-
working-directory: client/
2524
run: |
2625
poetry config pypi-token.pypi $PYPI_API_TOKEN
2726
poetry build

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cli_tracker"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = ""
55
authors = ["Robert Stein <[email protected]>", "Georg Krause <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)