Skip to content

Commit d346cea

Browse files
committed
Fix publishing workflow and increment version
1 parent f1af3f9 commit d346cea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

@@ -50,7 +50,7 @@ jobs:
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

torchhd/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
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"

0 commit comments

Comments
 (0)