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 fda240f commit cbef7d5Copy full SHA for cbef7d5
.github/workflows/nightly.yml
@@ -23,7 +23,7 @@ jobs:
23
run: python -m build --sdist .
24
env:
25
BUILD_PYTENSOR_NIGHTLY: true
26
- - uses: pypa/gh-action-pypi-publish@v1.8.1
+ - uses: pypa/gh-action-pypi-publish@v1.8.3
27
with:
28
user: __token__
29
password: ${{ secrets.nightly_pypi_secret }}
.github/workflows/pypi.yml
@@ -87,7 +87,7 @@ jobs:
87
name: artifact
88
path: dist
89
90
91
92
93
password: ${{ secrets.pypi_password }}
0 commit comments