Skip to content

Commit 1dbd2e6

Browse files
author
Anatoli Kurtsevich
authored
changed publishing repo to be official PyPi, changed the password token (#142)
1 parent 4fd9f41 commit 1dbd2e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-snowflake-sdk-pypi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- name: Publish package to PyPi
1717
uses: pypa/gh-action-pypi-publish@release/v1
1818
with:
19-
repository-url: https://test.pypi.org/legacy/
2019
packages-dir: ./relationalai-sdk-snowflake/dist
2120
user: __token__
22-
password: ${{ secrets.TESTPYPI_API_TOKEN }}
21+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)