From 1c639bb56834df6a2432af5f8bd84e87ca4099f5 Mon Sep 17 00:00:00 2001 From: Vojta Tomas Date: Mon, 15 Apr 2024 19:43:09 +0000 Subject: [PATCH] ci: updated pypi release --- .github/workflows/ci.yaml | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2259502..3d341ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -159,3 +159,6 @@ jobs: - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + user: __token__ + password: ${{ secrets.PYPI_TOKEN }} diff --git a/setup.py b/setup.py index f92828d..9cdcf0f 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="numflow", - version="0.0.6", + version="1.0.0", author="Vojtěch Tomas", author_email="hello@vojtatom.cz", license="MIT",