Skip to content

Commit 2418624

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (#42)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent baa2471 commit 2418624

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,13 +66,13 @@ 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
attestations: false
7474
- name: Publish to PyPI 🚀
75-
uses: pypa/gh-action-pypi-publish@v1.12.4
75+
uses: pypa/gh-action-pypi-publish@v1.13.0
7676
with:
7777
packages-dir: wheel/
7878
- name: Publish GitHub release 🐙

0 commit comments

Comments
 (0)