File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 7474 # (Skip on pull requests or other branch pushes)
7575 if : github.event_name == 'release' || github.event_name == 'workflow_dispatch'
7676
77- # Use the 'github-pages' environment
78- environment :
79- name : github-pages
80- url : ${{ steps.deployment.outputs.page_url }}
81-
8277 runs-on : ubuntu-latest
8378
8479 # Wait for build job to complete before deploying
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " cifar10_tools"
7- version = " 0.5.3 "
7+ version = " 0.5.4 "
88description = " Tools for training neural networks on the CIFAR-10 task with PyTorch and TensorFlow"
99authors = [
" gperdrizet <[email protected] >" ]
1010readme = " README.md"
@@ -49,7 +49,7 @@ tensorflow = ["tensorflow"]
4949
5050[tool .poetry .urls ]
5151Homepage = " https://github.com/gperdrizet/CIFAR10"
52- Documentation = " https://gperdrizet.github.io/CIFAR10/README.md "
52+ Documentation = " https://gperdrizet.github.io/CIFAR10"
5353Repository = " https://github.com/gperdrizet/CIFAR10"
5454Issues = " https://github.com/gperdrizet/CIFAR10/issues"
5555PyPI = " https://pypi.org/project/cifar10_tools"
You can’t perform that action at this time.
0 commit comments