Merge pull request #13 from HideyoshiNakazone/develop
Fixes PyPI Upload URL
This commit is contained in:
2
.github/workflows/python-pypi-upload.yml
vendored
2
.github/workflows/python-pypi-upload.yml
vendored
@@ -31,5 +31,5 @@ jobs:
|
|||||||
python -m poetry run python -m unittest -v
|
python -m poetry run python -m unittest -v
|
||||||
- name: Upload Pip Package
|
- name: Upload Pip Package
|
||||||
run: |
|
run: |
|
||||||
python -m poetry config repositories.pypi https://pypi.org/legacy/
|
python -m poetry config repositories.pypi https://upload.pypi.org/legacy/
|
||||||
python -m poetry publish --build --username __token__ --password ${{secrets.PYPI_TOKEN}} --repository pypi
|
python -m poetry publish --build --username __token__ --password ${{secrets.PYPI_TOKEN}} --repository pypi
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "crystalpol"
|
name = "crystalpol"
|
||||||
version = "0.0.1-4"
|
version = "0.0.1-5"
|
||||||
description = "Crystal Optimization Automation using Gaussian16"
|
description = "Crystal Optimization Automation using Gaussian16"
|
||||||
authors = ["Vitor Hideyoshi <vitor.h.n.batista@gmail.com>"]
|
authors = ["Vitor Hideyoshi <vitor.h.n.batista@gmail.com>"]
|
||||||
license = "GPL-2.0-only"
|
license = "GPL-2.0-only"
|
||||||
|
|||||||
Reference in New Issue
Block a user