Skip to content

Commit 9bd2eff

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (#116)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.4...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd1597b commit 9bd2eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
- uses: actions/download-artifact@v5
6767
# Try uploading to Test PyPI first, in case something fails.
6868
- name: Publish to Test PyPI 🧪
69-
uses: pypa/gh-action-pypi-publish@v1.12.4
69+
uses: pypa/gh-action-pypi-publish@v1.13.0
7070
with:
7171
repository-url: https://test.pypi.org/legacy/
7272
packages-dir: wheel/
7373
skip-existing: true
7474
attestations: false
7575
- name: Publish to PyPI 🚀
76-
uses: pypa/gh-action-pypi-publish@v1.12.4
76+
uses: pypa/gh-action-pypi-publish@v1.13.0
7777
with:
7878
packages-dir: wheel/
7979
- name: Publish GitHub release 🐙

0 commit comments

Comments
 (0)