Skip to content

Commit 8e946be

Browse files
dependabot[bot]ricardoV94
authored andcommitted
Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.3 to 1.8.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.3...v1.8.4) --- 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 88cc33b commit 8e946be

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/[email protected].3
26+
- uses: pypa/[email protected].4
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/[email protected].3
90+
- uses: pypa/[email protected].4
9191
with:
9292
user: __token__
9393
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)