Skip to content

Commit 56f3845

Browse files
dependabot[bot]JerrettDavis
authored andcommitted
ci(deps): bump PyPI publish action
Keep the PyPI publish action update to v1.14.0. Drop the rust-toolchain 1.100.0 bump because rustup does not provide that toolchain yet, and the current CI build jobs fail with a 404.
1 parent bfe4b4d commit 56f3845

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
files: dist/headroom-sbom.cdx.json
5555

5656
- name: Publish to PyPI
57-
uses: pypa/gh-action-pypi-publish@v1.13.0
57+
uses: pypa/gh-action-pypi-publish@v1.14.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ jobs:
777777

778778
- name: Publish ${{ env.PYPI_PACKAGE }} to PyPI
779779
id: pypi-publish
780-
uses: pypa/gh-action-pypi-publish@v1.13.0
780+
uses: pypa/gh-action-pypi-publish@v1.14.0
781781
with:
782782
# Idempotent re-runs: when a wheel filename for the computed
783783
# version is already on PyPI (e.g. a previous push to main

0 commit comments

Comments
 (0)