Skip to content

Commit

Permalink
update databricks action
Browse files Browse the repository at this point in the history
  • Loading branch information
serhio-k committed Oct 23, 2024
1 parent d82e89a commit 22699cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/databricks-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ jobs:
if: github.event_name == 'push'
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TEST_TOKEN }} # For release: use secrets.PYPI_TOKEN and set proper VERSION suffix
repository_url: https://test.pypi.org/legacy/
verbose: true

0 comments on commit 22699cd

Please sign in to comment.