Skip to content

Commit

Permalink
Fix publishing workflow and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheddes committed Sep 1, 2024
1 parent f1af3f9 commit d346cea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: >-
python -m build --sdist --wheel --outdir dist/
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}

Expand All @@ -50,7 +50,7 @@ jobs:
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
sleep 5m # wait for all the PyPi servers to be updated with the latest version of torch-hd
sleep 30m # wait for all the PyPi servers to be updated with the latest version of torch-hd
mkdir ./conda-build # create the artifact dir
Expand Down
2 changes: 1 addition & 1 deletion torchhd/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
__version__ = "5.6.0"
__version__ = "5.6.1"

0 comments on commit d346cea

Please sign in to comment.