We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd9f41 commit 1dbd2e6Copy full SHA for 1dbd2e6
.github/workflows/publish-snowflake-sdk-pypi.yaml
@@ -16,7 +16,6 @@ jobs:
16
- name: Publish package to PyPi
17
uses: pypa/gh-action-pypi-publish@release/v1
18
with:
19
- repository-url: https://test.pypi.org/legacy/
20
packages-dir: ./relationalai-sdk-snowflake/dist
21
user: __token__
22
- password: ${{ secrets.TESTPYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments