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

Commit e9272d2

Browse files
authored
Merge pull request #11 from code-yeongyu/feature/hotfix-release
Fix release not working
2 parents 357207f + 1e298d8 commit e9272d2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ 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-
36-
- name: Release
37-
run: poetry run invoke release
34+
run: poetry config http-basic.pypi ${{ secrets.PYPI_USERNAME }} ${{ secrets.PYPI_PASSWORD }} \
35+
poetry run invoke release

0 commit comments

Comments
 (0)