Skip to content

Commit 3fac806

Browse files
committed
update action
1 parent ffe0a19 commit 3fac806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,9 @@ jobs:
158158
prerelease: steps.check-version.outputs.prerelease == 'true'
159159

160160
- name: Publish to PyPI
161+
shell: bash
161162
env:
162163
DLT_PYPI_PASSWORD: ${{ secrets.DLT_PYPI_PASSWORD }}
163164
DLT_PYPI_USERNAME: ${{ secrets.DLT_PYPI_USERNAME }}
164165
run: |
165-
poetry publish --repository dlt-pypi --username $DLT_PYPI_PASSWORD --password $DLT_PYPI_USERNAME
166+
poetry publish --repository dlt-pypi --username $DLT_PYPI_USERNAME --password $DLT_PYPI_PASSWORD

0 commit comments

Comments
 (0)