Skip to content

Commit

Permalink
Upload to prod pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp committed Dec 28, 2023
1 parent ff51940 commit 3983a70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,10 @@ jobs:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

- name: Publish package to Production PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages_dir: dist
user: __token__
password: ${{ secrets.PROD_PYPI_API_TOKEN }}

0 comments on commit 3983a70

Please sign in to comment.