Skip to content

Commit 0c9eb9c

Browse files
dependabot[bot]ricardoV94
authored andcommitted
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.8.1
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.8.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.0...v1.8.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 651ed9f commit 0c9eb9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: python -m build --sdist .
2424
env:
2525
BUILD_PYTENSOR_NIGHTLY: true
26-
- uses: pypa/gh-action-pypi-publish@v1.6.4
26+
- uses: pypa/gh-action-pypi-publish@v1.8.1
2727
with:
2828
user: __token__
2929
password: ${{ secrets.nightly_pypi_secret }}

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
name: artifact
8888
path: dist
8989

90-
- uses: pypa/gh-action-pypi-publish@v1.5.0
90+
- uses: pypa/gh-action-pypi-publish@v1.8.1
9191
with:
9292
user: __token__
9393
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)