Skip to content

Commit 8699e41

Browse files
dependabot[bot]SkypLabs
authored andcommitted
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.14. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.11...v1.8.14) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11b06e8 commit 8699e41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
path: dist
134134

135135
- name: Publish to TestPyPI
136-
uses: pypa/gh-action-pypi-publish@v1.8.11
136+
uses: pypa/gh-action-pypi-publish@v1.8.14
137137
with:
138138
repository-url: https://test.pypi.org/legacy/
139139
password: ${{ secrets.PYPI_API_TOKEN }}
@@ -157,7 +157,7 @@ jobs:
157157
path: dist
158158

159159
- name: Publish to test PyPI
160-
uses: pypa/gh-action-pypi-publish@v1.8.11
160+
uses: pypa/gh-action-pypi-publish@v1.8.14
161161
with:
162162
password: ${{ secrets.PYPI_API_TOKEN }}
163163
print-hash: true

0 commit comments

Comments
 (0)