Skip to content

Commit 2befe4d

Browse files
Merge pull request #1 from MervinPraison/develop
v0.0.7 Changing Action
2 parents 24ee94e + 8189bb5 commit 2befe4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build package
3434
run: python -m build
3535
- name: Publish package
36-
uses: pypa/gh-action-pypi-publish@v1
36+
uses: pypa/gh-action-pypi-publish@v1.9.0
3737
with:
3838
user: __token__
3939
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)