We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95c02f commit 4175532Copy full SHA for 4175532
.github/workflows/publish-nightly.yml
@@ -45,5 +45,5 @@ jobs:
45
- name: Upload to PyPI
46
uses: pypa/gh-action-pypi-publish@release/v1
47
with:
48
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_NIGHTLY_API_TOKEN }}
49
packages-dir: dist/
0 commit comments