Skip to content

Commit fd342ad

Browse files
committed
Merge remote-tracking branch 'origin/production' into production
2 parents 1b5f715 + cd83606 commit fd342ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ jobs:
5757
- name: Publish release distributions to PyPI
5858
uses: pypa/gh-action-pypi-publish@release/v1
5959
with:
60+
user: __token__
61+
password: ${{ secrets.PYPI_API_TOKEN }}
6062
packages-dir: dist/

0 commit comments

Comments
 (0)