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@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
124
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
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@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
131
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
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