Skip to content

Commit 46c5924

Browse files
committed
bump actions
1 parent 3f1d830 commit 46c5924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
delete network
9999
100100
- name: Publish Test Package
101-
uses: pypa/gh-action-pypi-publish@v1
101+
uses: pypa/gh-action-pypi-publish@v1.13.0
102102
with:
103103
user: __token__
104104
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Publish Release to PyPi
122122
if: github.event.action == 'published'
123-
uses: pypa/gh-action-pypi-publish@v1
123+
uses: pypa/gh-action-pypi-publish@v1.13.0
124124
with:
125125
user: __token__
126126
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)