File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
{{cookiecutter.project_name}}/.github/workflows Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353 if : ${{ env.ENABLE_TEST_PYPI_PUBLISH == 'true' }}
5454 with :
5555 password : ${{ secrets.TEST_PYPI_API_TOKEN }}
56- repository_url : https://test.pypi.org/legacy/
57- skip_existing : true
56+ repository-url : https://test.pypi.org/legacy/
57+ skip-existing : true
5858
5959 - name : ☢️ Publish to PyPI
6060 if : ${{ env.ENABLE_PYPI_PUBLISH == 'true' }}
Original file line number Diff line number Diff line change 5050 if : ${{ "{{" }} env.ENABLE_TEST_PYPI_PUBLISH == 'true' }}
5151 with :
5252 password : ${{ "{{" }} secrets.TEST_PYPI_API_TOKEN }}
53- repository_url : https://test.pypi.org/legacy/
54- skip_existing : true
53+ repository-url : https://test.pypi.org/legacy/
54+ skip-existing : true
5555
5656 - name : ☢️ Publish to PyPI
5757 if : ${{ "{{" }} env.ENABLE_PYPI_PUBLISH == 'true' }}
You can’t perform that action at this time.
0 commit comments