Skip to content

Commit f1d3523

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (#33)
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 ee0c926 commit f1d3523

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
@@ -68,12 +68,12 @@ jobs:
6868
- uses: actions/download-artifact@v5
6969
# Try uploading to Test PyPI first, in case something fails.
7070
- name: Publish to Test PyPI 🧪
71-
uses: pypa/gh-action-pypi-publish@v1.12.4
71+
uses: pypa/gh-action-pypi-publish@v1.13.0
7272
with:
7373
repository-url: https://test.pypi.org/legacy/
7474
packages-dir: wheel/
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)