File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3030
3131 - name : Upload artifacts
3232 # working-directory: ${{ inputs.pyproject-directory }}
33- uses : actions/upload-artifact@v4.6.1
33+ uses : actions/upload-artifact@v6.0.0
3434 with :
3535 name : dist
3636 path : dist/
4545 steps :
4646 - name : Download artifacts
4747 # working-directory: ${{ inputs.pyproject-directory }}
48- uses : actions/download-artifact@v4.2 .0
48+ uses : actions/download-artifact@v7.0 .0
4949 with :
5050 name : dist
5151 path : dist
5959 if : github.event_name == 'push' && github.ref_name == 'test-publish'
6060 uses : pypa/gh-action-pypi-publish@v1.13.0
6161 with :
62- repository_url : https://test.pypi.org/legacy/
62+ password : ${{ secrets.TEST_PYPI_PASSWORD }}
63+ repository-url : https://test.pypi.org/legacy/
6364
6465 - name : Publish distribution to PRODUCTION PyPI
6566 # working-directory: ${{ inputs.pyproject-directory }}
You can’t perform that action at this time.
0 commit comments