Skip to content

Commit cbef7d5

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

+1-1
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/[email protected].1
26+
- uses: pypa/[email protected].3
2727
with:
2828
user: __token__
2929
password: ${{ secrets.nightly_pypi_secret }}

.github/workflows/pypi.yml

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

90-
- uses: pypa/[email protected].1
90+
- uses: pypa/[email protected].3
9191
with:
9292
user: __token__
9393
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)