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 2929 if : >-
3030 (github.ref == 'refs/heads/release/test') ||
3131 (github.ref == 'refs/heads/release/main')
32- uses : pypa/gh-action-pypi-publish@bce3b74dbf8cc32833ffba9d15f83425c1a736e0 # v1.3.1
32+ uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 # v1.4.2
3333 with :
3434 password : ${{ secrets.test_pypi_password }}
3535 repository_url : https://test.pypi.org/legacy/
7070 - run : ls -lh dist
7171 - name : Publish distribution 📦 to PyPI
7272 if : github.ref == 'refs/heads/release/main'
73- uses : pypa/gh-action-pypi-publish@bce3b74dbf8cc32833ffba9d15f83425c1a736e0 # v1.3.1
73+ uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 # v1.4.2
7474 with :
7575 password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments