Skip to content

Commit

Permalink
add twine
Browse files Browse the repository at this point in the history
  • Loading branch information
Simona Mazzarino committed Jan 29, 2024
1 parent 93199ca commit 3aa0992
Show file tree
Hide file tree
Showing 4 changed files with 323 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
architecture: x64
- run: pip install poetry==1.6.1
- run: poetry build
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}
- run: twine upload dist/*
2 changes: 0 additions & 2 deletions notebooks/example_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"name": "stderr",
"output_type": "stream",
"text": [
"/home/clearbox/.cache/pypoetry/virtualenvs/nerpii-3q8PohXV-py3.11/lib/python3.11/site-packages/torch/cuda/__init__.py:611: UserWarning: Can't initialize NVML\n",
" warnings.warn(\"Can't initialize NVML\")\n",
"/home/clearbox/.cache/pypoetry/virtualenvs/nerpii-3q8PohXV-py3.11/lib/python3.11/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
" from .autonotebook import tqdm as notebook_tqdm\n"
]
Expand Down
Loading

0 comments on commit 3aa0992

Please sign in to comment.