From 8d6da14e208808c304589688483740f5f4d0236d Mon Sep 17 00:00:00 2001 From: alessio <104512673+alessiocastrica@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:06:04 +0200 Subject: [PATCH] fix: pypi token name (#344) --- .github/workflows/publish-pypi.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-pypi.yaml b/.github/workflows/publish-pypi.yaml index e523d8dd..c63b433d 100644 --- a/.github/workflows/publish-pypi.yaml +++ b/.github/workflows/publish-pypi.yaml @@ -35,4 +35,4 @@ jobs: - name: Build and publish to pypi uses: JRubics/poetry-publish@v1.16 with: - pypi_token: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file + pypi_token: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 89917dc4..cae8a56e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alpaca-py" -version = "0.10.0" +version = "0.11.0" description = "The Official Python SDK for Alpaca APIs" authors = [ "Rahul Chowdhury ",