Skip to content

Commit

Permalink
changed publishing repo to be official PyPi, changed the password token
Browse files Browse the repository at this point in the history
  • Loading branch information
antikus committed Oct 30, 2023
1 parent 4fd9f41 commit e495bed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-snowflake-sdk-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: Publish package to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: ./relationalai-sdk-snowflake/dist
user: __token__
password: ${{ secrets.TESTPYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit e495bed

Please sign in to comment.