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 2525 run : >-
2626 python -m build --sdist --wheel --outdir dist/
2727 - name : Publish distribution to PyPI
28- uses : pypa/gh-action-pypi-publish@master
28+ uses : pypa/gh-action-pypi-publish@release/v1
2929 with :
3030 password : ${{ secrets.PYPI_TOKEN }}
3131
5050 env :
5151 ANACONDA_API_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
5252 run : |
53- sleep 5m # wait for all the PyPi servers to be updated with the latest version of torch-hd
53+ sleep 30m # wait for all the PyPi servers to be updated with the latest version of torch-hd
5454
5555 mkdir ./conda-build # create the artifact dir
5656
Original file line number Diff line number Diff line change 2121# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222# SOFTWARE.
2323#
24- __version__ = "5.6.0 "
24+ __version__ = "5.6.1 "
You can’t perform that action at this time.
0 commit comments