Skip to content

Commit 5645249

Browse files
committed
env variable pypi token 5
1 parent d946f60 commit 5645249

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ jobs:
6666
--password ${{ secrets.PYPI_TOKEN }} \
6767
--skip-existing \
6868
dist/torchrec-*.whl
69-
69+
env:
70+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
7071

0 commit comments

Comments
 (0)