File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 twine check dist/*
4444 env :
4545 SETUPTOOLS_SCM_PRETEND_VERSION : ${{ env.version }}
46- - name : Publish packages to PyPI
47- if : github.event_name == 'release'
48- uses : pypa/gh-action-pypi-publish@release/v1
4946 - name : Publish packages to Test PyPI
5047 if : ${{ github.event_name == 'release' || (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/pypi')) }}
5148 uses : pypa/gh-action-pypi-publish@release/v1
5552 # See also issue https://github.com/pypa/gh-action-pypi-publish/issues/283 when using gh-action-pypi-publish twice.
5653 attestations : false
5754 skip-existing : true
55+ - name : Publish packages to PyPI
56+ if : github.event_name == 'release'
57+ uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments