Skip to content

Commit

Permalink
fix: wrong pypi API key
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudac7 committed Apr 11, 2024
1 parent ba33b0d commit 4d081e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
python_version: '3.10'
pypi_token: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 4d081e5

Please sign in to comment.