File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
run : >-
26
26
python -m build --sdist --wheel --outdir dist/
27
27
- name : Publish distribution to PyPI
28
- uses : pypa/gh-action-pypi-publish@master
28
+ uses : pypa/gh-action-pypi-publish@release/v1
29
29
with :
30
30
password : ${{ secrets.PYPI_TOKEN }}
31
31
50
50
env :
51
51
ANACONDA_API_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
52
52
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
54
54
55
55
mkdir ./conda-build # create the artifact dir
56
56
Original file line number Diff line number Diff line change 21
21
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
22
# SOFTWARE.
23
23
#
24
- __version__ = "5.6.0 "
24
+ __version__ = "5.6.1 "
You can’t perform that action at this time.
0 commit comments