From eef117c22e645eae776a0d0a0baf8309b1af6e6b Mon Sep 17 00:00:00 2001 From: pnxenopoulos Date: Sat, 22 Jun 2024 16:47:59 -0400 Subject: [PATCH] testing build --- .github/workflows/release.yml | 3 ++- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77236f5f..0b42b545 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,7 @@ jobs: poetry config virtualenvs.create true --local poetry config virtualenvs.in-project true --local poetry config repositories.testpypi https://test.pypi.org/legacy/ + poetry config repositories.pypi https://upload.pypi.org/legacy/ - name: Install awpy run: | @@ -39,4 +40,4 @@ jobs: - name: Publish to PyPI run: | - poetry publish --build --username __token__ --password ${{ secrets.PYPI_API_TOKEN }} -v \ No newline at end of file + poetry publish --build --repository pypi --username __token__ --password ${{ secrets.PYPI_API_TOKEN }} -v \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 83e16bb2..47a109c8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "2.0.0a5" +release = "2.0.0a6" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index c2a4084b..7ab7da5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "awpy" -version = "2.0.0a5" +version = "2.0.0a6" description = "Counter-Strike 2 demo parsing, analysis and visualization" readme = "README.md" authors = [