Skip to content

Commit cafe23c

Browse files
Deps: Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.12. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.11...v1.8.12) --- 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 f0ebac0 commit cafe23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: 📦 Build package
2020
run: python -m build --sdist --wheel --outdir dist/
2121
- name: 🚀 Publish package on PyPi
22-
uses: pypa/[email protected].11
22+
uses: pypa/[email protected].12
2323
with:
2424
password: ${{ secrets.PYPI_API_TOKEN }}
2525
- name: 📝 Create GitHub release

0 commit comments

Comments
 (0)