Skip to content

Commit 817ac80

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#807)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.9.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc-Antoine Schmidt <marc-antoine.schmidt@quantco.com>
1 parent caae909 commit 817ac80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
merge-multiple: true
5959
path: dist
60-
- uses: pypa/gh-action-pypi-publish@v1.8.14
60+
- uses: pypa/gh-action-pypi-publish@v1.9.0
6161
with:
6262
repository-url: https://test.pypi.org/legacy/
6363

@@ -75,4 +75,4 @@ jobs:
7575
with:
7676
path: dist
7777
merge-multiple: true
78-
- uses: pypa/gh-action-pypi-publish@v1.8.14
78+
- uses: pypa/gh-action-pypi-publish@v1.9.0

0 commit comments

Comments
 (0)