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 ffe0a19 commit 3fac806Copy full SHA for 3fac806
.github/workflows/release.yml
@@ -158,8 +158,9 @@ jobs:
158
prerelease: steps.check-version.outputs.prerelease == 'true'
159
160
- name: Publish to PyPI
161
+ shell: bash
162
env:
163
DLT_PYPI_PASSWORD: ${{ secrets.DLT_PYPI_PASSWORD }}
164
DLT_PYPI_USERNAME: ${{ secrets.DLT_PYPI_USERNAME }}
165
run: |
- 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