Skip to content

Commit 225a005

Browse files
committed
added version to 'pypa/gh-action-pypi-publish'
1 parent 024c7a3 commit 225a005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: python -m build
3939

4040
- name: Publish package
41-
uses: pypa/gh-action-pypi-publish
41+
uses: pypa/gh-action-pypi-publish@release/v1
4242
with:
4343
user: __token__
4444
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)