File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 path : dist
3737 - name : Upload pypi.org
3838 if : startsWith(github.ref, 'refs/tags')
39- uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
39+ uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
4040 with :
4141 repository-url : https://upload.pypi.org/legacy/
4242 - name : Upload test.pypi.org
4343 if : ${{ ! startsWith(github.ref, 'refs/tags') }}
44- uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
44+ uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
4545 with :
4646 repository-url : https://test.pypi.org/legacy/
4747
5454 runs-on : ubuntu-latest
5555 steps :
5656 - uses : actions/checkout@v4
57- - uses : hashicorp/vault-action@v2.8 .0
57+ - uses : hashicorp/vault-action@v3.0 .0
5858 with :
5959 url : ${{ secrets.VAULT_ADDR }}
6060 method : approle
You can’t perform that action at this time.
0 commit comments