Skip to content

Commit

Permalink
patch fix workflow:publish python package
Browse files Browse the repository at this point in the history
  • Loading branch information
visualDust committed Nov 27, 2023
1 parent d64f4b5 commit 9d67633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maunal-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
pypi_token: ${{ secrets.TEST_PYPI_TOKEN }}
repository_name: "neetbox"
repository_url: "https://test.pypi.org/legacy/"

0 comments on commit 9d67633

Please sign in to comment.