Skip to content

Commit

Permalink
fix: pypi token name (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiocastrica authored Sep 28, 2023
1 parent 7d8aa88 commit 8d6da14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
pypi_token: ${{ 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 = "alpaca-py"
version = "0.10.0"
version = "0.11.0"
description = "The Official Python SDK for Alpaca APIs"
authors = [
"Rahul Chowdhury <[email protected]>",
Expand Down

0 comments on commit 8d6da14

Please sign in to comment.