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 29
29
if : >-
30
30
(github.ref == 'refs/heads/release/test') ||
31
31
(github.ref == 'refs/heads/release/main')
32
- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 # v1.4.2
32
+ uses : pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # v1.5.1
33
33
with :
34
34
password : ${{ secrets.test_pypi_password }}
35
35
repository_url : https://test.pypi.org/legacy/
70
70
- run : ls -lh dist
71
71
- name : Publish distribution 📦 to PyPI
72
72
if : github.ref == 'refs/heads/release/main'
73
- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 # v1.4.2
73
+ uses : pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # v1.5.1
74
74
with :
75
75
password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments