Skip to content

Commit 3983a70

Browse files
committed
Upload to prod pypi
1 parent ff51940 commit 3983a70

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,10 @@ jobs:
9797
user: __token__
9898
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
9999
repository_url: https://test.pypi.org/legacy/
100+
101+
- name: Publish package to Production PyPI
102+
uses: pypa/gh-action-pypi-publish@release/v1
103+
with:
104+
packages_dir: dist
105+
user: __token__
106+
password: ${{ secrets.PROD_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)