Skip to content

Commit

Permalink
Allow manual trigger pushing to Test Pypi and fix secret for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
bplociennik committed Dec 20, 2021
1 parent de7ba71 commit 93ea204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1.4.2
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/pypi_publish_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- staging
types:
- completed
workflow_dispatch:

jobs:
build-and-publish-to-test:
Expand Down

0 comments on commit 93ea204

Please sign in to comment.