Skip to content

Commit 91470e4

Browse files
committed
Bump pypa/gh-action-pypi-publish and softprops/action-gh-release
1 parent a703630 commit 91470e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@ jobs:
150150
path: dist
151151

152152
- name: Publish to PyPI
153-
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
153+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.13
154154
with:
155155
password: ${{ secrets.PYPI_API_TOKEN }}
156156
packages-dir: dist/
157157

158158
- name: Release
159-
uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d # master 2023-03-26
159+
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
160160
with:
161161
generate_release_notes: true
162162
files: dist/*

0 commit comments

Comments
 (0)