Skip to content

Commit 1e010dc

Browse files
authored
Merge pull request #67 from PriorLabs/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows
2 parents bcd8a40 + fbbe055 commit 1e010dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
path: dist/
9292

9393
- name: Publish to TestPyPI
94-
uses: pypa/gh-action-pypi-publish@v1.12.4
94+
uses: pypa/gh-action-pypi-publish@v1.13.0
9595
with:
9696
repository-url: https://test.pypi.org/legacy/
9797
print-hash: true
@@ -163,7 +163,7 @@ jobs:
163163
path: dist/
164164

165165
- name: Publish to PyPI
166-
uses: pypa/gh-action-pypi-publish@v1.12.4
166+
uses: pypa/gh-action-pypi-publish@v1.13.0
167167
with:
168168
print-hash: true
169169
skip-existing: true

0 commit comments

Comments
 (0)