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

Commit a3e9059

Browse files
committed
Update release action to auth before release
1 parent d71f299 commit a3e9059

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ jobs:
3030
if: steps.cache-dependencies.cache-hit != 'true'
3131
run: poetry install
3232

33-
- name: Test
33+
- name: Authenticate to PyPI
34+
run: poetry http-basic.pypi ${{ secrets.PYPI_USERNAME }} ${{ secrets.PYPI_PASSWORD }}
35+
36+
- name: Release
3437
run: poetry run invoke release

0 commit comments

Comments
 (0)