diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index da33d93..b0ddbc4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,8 +28,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v3 - with: - path: repo - name: Checkout HTT uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index 75ad399..acde38e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rm-trash" -version = "0.0.1" +version = "0.0.2" description = "🗑 Safe(r) deletion of files from the macOS command line" authors = ["celsius narhwal "] readme = "README.md"