File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1212 name : test
1313 url : https://test.pypi.org/project/ultraplot/
1414 runs-on : ubuntu-latest
15- if : github.event_name == 'push'
1615 permissions :
1716 id-token : write
1817 contents : read
3130 uses : pypa/gh-action-pypi-publish@release/v1
3231 with :
3332 repository-url : https://test.pypi.org/legacy/
33+ verbose : true
3434
3535 publish-prod :
3636 name : Publish to PyPI
3939 name : prod
4040 url : https://pypi.org/project/ultraplot/
4141 runs-on : ubuntu-latest
42- if : github.event_name == 'release' || (github.event_name == 'push' && needs.publish-pypi-test.result == 'success')
42+ if : github.event_name == 'release'
4343 permissions :
4444 id-token : write
4545 contents : read
5656 python -m build
5757 - name : Publish to PyPI
5858 uses : pypa/gh-action-pypi-publish@release/v1
59+ with :
60+ verbose : true
You can’t perform that action at this time.
0 commit comments