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

Commit f43ef60

Browse files
authored
Merge pull request #12 from code-yeongyu/revert-11-feature/hotfix-release
Revert "Fix release not working"
2 parents e9272d2 + 5df4be3 commit f43ef60

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ jobs:
3131
run: poetry install
3232

3333
- name: Authenticate to PyPI
34-
run: poetry config http-basic.pypi ${{ secrets.PYPI_USERNAME }} ${{ secrets.PYPI_PASSWORD }} \
35-
poetry run invoke release
34+
run: poetry config http-basic.pypi '${{ secrets.PYPI_USERNAME }}' '${{ secrets.PYPI_PASSWORD }}'
35+
36+
- name: Release
37+
run: poetry run invoke release

0 commit comments

Comments
 (0)