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 651ed9f commit 0c9eb9cCopy full SHA for 0c9eb9c
.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.6.4
+ - uses: pypa/gh-action-pypi-publish@v1.8.1
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
- - uses: pypa/gh-action-pypi-publish@v1.5.0
91
92
93
password: ${{ secrets.pypi_password }}
0 commit comments