Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
- name: Build the package
run: python -m build

# Uncomment to publish on pypi
#- name: Publish to PyPI
# env:
# TWINE_USERNAME: __token__ # Use API token
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
# run: twine upload dist/*
- name: Publish to PyPI
env:
TWINE_USERNAME: __token__ # Use API token
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: twine upload dist/*

6 changes: 3 additions & 3 deletions tutorials/example_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "68ad1562-4953-444c-96c7-9026bcc54cc7",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Example tutorial which will be published in the docs!\n"
"arr = array([2, 4]) type(arr) = <class 'cupy.ndarray'>\n"
]
}
],
Expand Down Expand Up @@ -48,7 +48,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.3"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down