Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jan 9, 2025
1 parent ffe0a19 commit 3fac806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ jobs:
prerelease: steps.check-version.outputs.prerelease == 'true'

- name: Publish to PyPI
shell: bash
env:
DLT_PYPI_PASSWORD: ${{ secrets.DLT_PYPI_PASSWORD }}
DLT_PYPI_USERNAME: ${{ secrets.DLT_PYPI_USERNAME }}
run: |
poetry publish --repository dlt-pypi --username $DLT_PYPI_PASSWORD --password $DLT_PYPI_USERNAME
poetry publish --repository dlt-pypi --username $DLT_PYPI_USERNAME --password $DLT_PYPI_PASSWORD

0 comments on commit 3fac806

Please sign in to comment.