File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,14 @@ jobs:
121
121
name : built-dists
122
122
path : python/dist
123
123
- name : 📦 Publish to Test PyPI
124
- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9 .0
124
+ uses : pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10 .0
125
125
with :
126
126
packages_dir : python/dist
127
127
skip_existing : true
128
128
password : ${{ secrets.TEST_PYPI_API_TOKEN }}
129
129
repository_url : https://test.pypi.org/legacy/
130
130
- name : 📦 Publish to PyPI
131
- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9 .0
131
+ uses : pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10 .0
132
132
with :
133
133
packages_dir : python/dist
134
134
password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments