Merge pull request #13 from HideyoshiNakazone/develop

Fixes PyPI Upload URL
This commit is contained in:
2023-05-14 06:02:17 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -31,5 +31,5 @@ jobs:
python -m poetry run python -m unittest -v
- name: Upload Pip Package
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

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "crystalpol"
version = "0.0.1-4"
version = "0.0.1-5"
description = "Crystal Optimization Automation using Gaussian16"
authors = ["Vitor Hideyoshi <vitor.h.n.batista@gmail.com>"]
license = "GPL-2.0-only"