Skip to content

Commit 4175532

Browse files
committed
Update publish-nightly.yml
1 parent f95c02f commit 4175532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
- name: Upload to PyPI
4646
uses: pypa/gh-action-pypi-publish@release/v1
4747
with:
48-
password: ${{ secrets.PYPI_API_TOKEN }}
48+
password: ${{ secrets.PYPI_NIGHTLY_API_TOKEN }}
4949
packages-dir: dist/

0 commit comments

Comments
 (0)