File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929
3030 # We do this, since failures on test.pypi aren't that bad
3131 - name : Publish to Test PyPI
32- uses : pypa/gh-action-pypi-publish@v1
32+ uses : pypa/gh-action-pypi-publish@v1.4.1
3333 with :
3434 user : __token__
3535 password : ${{ secrets.test_pypi_password }}
Original file line number Diff line number Diff line change 3030 # We do this, since failures on test.pypi aren't that bad
3131 - name : Publish to Test PyPI
3232 if : startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
33- uses : pypa/gh-action-pypi-publish@v1
33+ uses : pypa/gh-action-pypi-publish@v1.4.1
3434 with :
3535 user : __token__
3636 password : ${{ secrets.test_pypi_password }}
3939
4040 - name : Publish distribution 📦 to PyPI
4141 if : startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
42- uses : pypa/gh-action-pypi-publish@v1
42+ uses : pypa/gh-action-pypi-publish@v1.4.1
4343 with :
4444 user : __token__
4545 password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments