Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 96015d5

Browse files
committed
update ci config
1 parent 823228f commit 96015d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ jobs:
8080
needs: [tar_gz, whl_lt_3_9, whl_gte_3_9]
8181
runs-on: ubuntu-latest
8282
steps:
83-
- uses: actions/download-artifact@v2
83+
- uses: actions/download-artifact@v3
8484
with:
8585
name: dist
8686
path: dist
87-
- uses: pypa/gh-action-pypi-publish@v1.4.2
87+
- uses: pypa/gh-action-pypi-publish@master
8888
with:
8989
password: ${{ secrets.PYPI_TOKEN }}
9090
skip_existing: true

0 commit comments

Comments
 (0)