Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 934552f

Browse files
committed
Fix typo in Release action
1 parent 60cc229 commit 934552f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: poetry install
3232

3333
- name: Authenticate to PyPI
34-
run: poetry http-basic.pypi ${{ secrets.PYPI_USERNAME }} ${{ secrets.PYPI_PASSWORD }}
34+
run: poetry config http-basic.pypi '${{ secrets.PYPI_USERNAME }}' '${{ secrets.PYPI_PASSWORD }}'
3535

3636
- name: Release
3737
run: poetry run invoke release

0 commit comments

Comments
 (0)