diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d8b6929..9abafd3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,6 +46,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: + token: ${{ secrets.PYPI_TOKEN }} name: dist path: dist - uses: pypa/gh-action-pypi-publish@v1.8.11 @@ -63,6 +64,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: + token: ${{ secrets.PYPI_TOKEN }} name: dist path: dist - name: "Trigger manual publish" diff --git a/pyproject.toml b/pyproject.toml index 4e3b30f..2428653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cabaret" -version = "0.0.3" +version = "0.0.4" authors = [ {name = "Peter Pedersen"}, {name = "Lionel Garcia"},